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

Retain files when breaking computer?

Started by jakeyboo909, 07 May 2013 - 01:41 PM
jakeyboo909 #1
Posted 07 May 2013 - 03:41 PM
Hey, so when i place a turtle and and write a program, i save it and it works fine. My problem is that when i break the turtle the program disappears. Heres my question, is there any way to back this up so i can still have the program after i break it? I should mention that i am playing on the Feed the Beast mindcrack mod pack server that i own, but that should not change anything. I would love some help, thanks.
Lyqyd #2
Posted 07 May 2013 - 05:12 PM
Split into new topic. A title was provided for you.

Use `label set computerNameHere` to label your computers. They will retain files (and fuel level for turtles) when they are broken.
digpoe #3
Posted 08 May 2013 - 09:52 AM
As said above, labeling the computer/turtle keeps all files that are stored on said computer. If you really don't want to label the computer/turtle (I don't see why you wouldn't want to), you can use disks to do it.