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

Copying Info To Computer From a Floppy

Started by flaminsnowman99, 03 July 2012 - 11:07 PM
flaminsnowman99 #1
Posted 04 July 2012 - 01:07 AM
Hello, so i saved a program that I made for turtles onto a floppy disk. i used /copy <filename> disk and that program is on the floppy. Now I tried to upload it to a different computer and the turtle. I tried /cp disk rom and i get copy:13: Access Denied and i tried /cp disk <filename> and it makes it a directory. What do i do?
MysticT #2
Posted 04 July 2012 - 01:35 AM
Computer to disk:
> copy <Program Name> /disk/<Program Name>
Disk to computer:
> copy /disk/<Program Name> <Program Name>
flaminsnowman99 #3
Posted 04 July 2012 - 02:25 AM
Works! Thank you so much!