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

Copying program on a Turtle to a Disk Drive

Started by Ryan96, 27 June 2012 - 02:00 PM
Ryan96 #1
Posted 27 June 2012 - 04:00 PM
Yeah, I'm trying to copy a program that is on my turtle onto a disk drive, but can't figure out how.

I.E "cp /<blank>/<blank> <blank>
MysticT #2
Posted 27 June 2012 - 04:34 PM
Just type:
> cp <PathToProgram> /disk/<ProgramName>

If the program is in a directory, you need to write the full path.