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

Floppy Disk

Started by MonkeyDew, 30 July 2012 - 11:35 AM
MonkeyDew #1
Posted 30 July 2012 - 01:35 PM
How can i make a floppy disk do this:
copy a program from the disk to a computer on startup
Dirkus7 #2
Posted 30 July 2012 - 01:43 PM
put this in "disk/startup"

fs.copy("program1", "program2")
MonkeyDew #3
Posted 30 July 2012 - 01:51 PM
Now how do i upload the program to a different computer
Tiin57 #4
Posted 30 July 2012 - 02:54 PM
Simplest way is to do

pastebin put <program>
Then copy the code,
then on the other computer do

pastebin get <code> <saveas>
There is an idea called ForNAS, but it's not complete yet.
Dirkus7 #5
Posted 30 July 2012 - 09:15 PM
Put the disk in, then type in the terminal: "copy disk/program1 program2"