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

Copy from floppy to floppy

Started by buddy1130, 27 October 2014 - 10:00 PM
buddy1130 #1
Posted 27 October 2014 - 11:00 PM
So im playing tekkit on a server with some friends and they have a program on a floppy name "maze3d". I created a blank floppy (paper+redstone) and now i don't know what to do. I basically need to copy a program from one floppy to another.
SGunner2014 #2
Posted 27 October 2014 - 11:10 PM
Okay,

So, first insert the floppy into a disk drive on the side of a computer. Then, on the computer run "cp disk/maze3d maze3d". This will copy it from the disk to the computer.

Then, insert the blank floppy into the disk drive and run on the computer "cp maze3d disk/maze3d". This will copy it from the computer to the blank disk.

- Sam
TheOddByte #3
Posted 28 October 2014 - 02:27 PM
If you have 2 disk drives you can do this

cp disk/maze3d disk2/maze3d
or if it's the other way around

cp disk2/maze3d disk/maze3d