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

How to move programs?

Started by karakuik, 12 June 2012 - 09:46 PM
karakuik #1
Posted 12 June 2012 - 11:46 PM
Hey guys
Quick question (And yes i searched this one out and tried to figure it out for myself)
How can I move a program from one computer to another?

Like on computer A controls lights. I copied it to a blank Floppy and when i did mv Lights / from the disk
it said File Not Found
What do I do?
(Please be specific Im VERY new to this :/)
MysticT #2
Posted 13 June 2012 - 01:23 AM
Go to computer A.
Place a disk drive (if there isn't one yet) and insert a floppy on it.
On the computer, type: copy <ProgramName> disk/<ProgramName>
Remove the floppy.
Go to computer B.
Place a disk drive (if there isn't one yet) and insert the floppy on it.
On the computer, type: copy disk/<ProgramName> <ProgramName>

Now the program should be on computer B, so you can run it by typing it's name.
Hope that's clear enough :(/>/>
Wardwarf28 #3
Posted 10 July 2012 - 11:57 PM
this doesn't work for me when i copy from turtle to PC it works But From Turtle To Turtle Says No Such Program
Wardwarf28 #4
Posted 10 July 2012 - 11:58 PM
Never Mind I Got It