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

Copy From Disk

Started by DarkNinja2462, 20 February 2012 - 08:41 PM
DarkNinja2462 #1
Posted 20 February 2012 - 09:41 PM
So I know how to copy a program TO a disk, but I don't know how to copy a program FROM a disk.
Plz Help ;)/>/>
Advert #2
Posted 20 February 2012 - 09:42 PM
Type 'copy disk/stuff stuff' in your shell, replacing disk and stuff with the diskdrive and name of your file.
DarkNinja2462 #3
Posted 22 February 2012 - 12:04 AM
is the diskdrive the side?
Advert #4
Posted 22 February 2012 - 12:07 AM
is the diskdrive the side?

No; this would be the directory the disk is in.

e.g
copy disk2/file file
would copy disk2/file to file on your computer.
streetstar5 #5
Posted 22 February 2012 - 07:36 PM
If you have drives on all 6 sides of a Computer with disk inside. The order is Top, Bottom, Front, Back, Left and then Right.
So Disk to Disk5
Selkitty #6
Posted 22 February 2012 - 09:37 PM
I have a program that does this, look at the code and the code for the program I made to download it from cc-get it'll show the diffrence between the two ^^ Post is here