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''' --~~~~")
 
(Fixed formatting)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
How can I move a file from turtle to disk?
+
<!--
 +
Please use correct formatting when making topics / posting comments.
 +
-->
 +
== 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 :/
 
I programmed a house building in my turtle but i want put it in a disk drive :/
 
'''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]] 21:31, 26 July 2012 (UTC)

Latest revision as of 22:02, 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 21:31, 26 July 2012 (UTC)