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

How do I copy programs to disks and to other computers?

Started by florodude, 20 July 2012 - 07:52 PM
florodude #1
Posted 20 July 2012 - 09:52 PM
Here's what I did.

first I put a disk drive next to the computer
Then I did the command >> cp Batman disk (Don't ask about the program…haha)
Next I took out the disk (no error message came up after doing the previous command)
Then I put it in the other disk drive by the other computer
Then I did cp Batman rom
"Access denied"
Help:/
MysticT #2
Posted 20 July 2012 - 09:57 PM
You can't copy files to the rom (Read Only Memory). Also, the file is on the disk, so you should use "cp disk/<ProgramName> <ProgramName>"
florodude #3
Posted 20 July 2012 - 10:07 PM
<3 Thanks brahskey.