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

copying code

Started by A_Mills, 17 January 2013 - 09:34 PM
A_Mills #1
Posted 17 January 2013 - 10:34 PM
i was wantingto know if it was posible to copy code from one mining turtle into another. cause i just spend 7 hours on this code and i want more then one copy.
it is on a sever that i own.
theoriginalbit #2
Posted 17 January 2013 - 10:41 PM
3 methods:

1, Use a disk drive and floppy disk, using the command in the terminal "cp <source> <destination>" then put it on the other computers and do the same process, a disk is "/disk"
2, Copy and paste in your file system go into the server files then "/world/computer/<computerID>" and copy file into all ones you want it in, to find out computer id type "id" in the terminal
3, Pointless for this case, but there is also pastebin program