Talk:Floppy Disk

From ComputerCraft Wiki
Revision as of 22:02, 26 July 2012 by 67.189.72.22 (Talk) (Fixed formatting)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How can I move a file from turtle to disk?

I programmed a house building in my turtle but i want put it in a disk drive :/ sergiogmn --81.34.113.142 15:59, 19 May 2012 (UTC)


Place the disk in a disk drive directly behind a turtle with your program. Then access the turtle's system and copy the file with the command "copy {turtle program} disk/{turtle program}". Replace the "{turtle program}" with the appropriate name and location of the program.--SavinaRoja 21:31, 26 July 2012 (UTC)