Difference between revisions of "Talk:Floppy Disk"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with "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''' --~~~~")
 
Line 3: Line 3:
 
'''sergiogmn'''
 
'''sergiogmn'''
 
--[[Special:Contributions/81.34.113.142|81.34.113.142]] 15:59, 19 May 2012 (UTC)
 
--[[Special:Contributions/81.34.113.142|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.--[[User:SavinaRoja|SavinaRoja]] 05:00, 26 July 2012 (UTC)

Revision as of 05:00, 26 July 2012

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 05:00, 26 July 2012 (UTC)