1 posts
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.
115 posts
Location
Maidstone, UK
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
1852 posts
Location
Sweden
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