This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Jappards's profile picture

[lua]moving a program to a floppy disk

Started by Jappards, 13 April 2013 - 12:12 AM
Jappards #1
Posted 13 April 2013 - 02:12 AM
how do i move a program that i made on my turtle/computer to my floppy disk?
superaxander #2
Posted 13 April 2013 - 02:15 AM
cp programname /disk/programname
Jappards #3
Posted 13 April 2013 - 02:32 AM
thanks.
Noiro #4
Posted 13 April 2013 - 04:28 AM
You can refer to basic linux commands. They work in computercraft (except mkdir, I think CC's version is makedir). They operate in the same way. I'd just not try anything crazy like chown or chmod. No permission system, sorry. :P/>
Jappards #5
Posted 13 April 2013 - 04:38 AM
i dont have linux, but how do i copy from my floppy disk back to a(n other) computer with that the floppy disk gives the command to copy its program?
i am making a virus to make an anti-virus.