Please answer!
This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
How Do I Copy A File From A Floppy Disk To A Computer
Started by Sparrow_On_MC, 20 April 2013 - 01:53 AMPosted 20 April 2013 - 03:53 AM
How do I copy a file called startup from a floppy disk to a computer.
Please answer!
Please answer!
Posted 20 April 2013 - 03:58 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
Or:
fs.copy(oldPath, newPath)
Posted 20 April 2013 - 04:00 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
Pardon? That doesn't make sense
Posted 20 April 2013 - 04:01 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
It says No such file. I typed what you told me to
Posted 20 April 2013 - 04:02 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
It says No such file. I typed what you told me to
Which one did you type?
Posted 20 April 2013 - 04:05 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
It says No such file. I typed what you told me to
Which one did you type?
both
Posted 20 April 2013 - 04:07 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
It says No such file. I typed what you told me to
Which one did you type?
both
The first one is for the shell, and the second is for the built-in Lua interpreter.
Posted 20 April 2013 - 04:09 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
It says No such file. I typed what you told me to
Which one did you type?
both
The first one is for the shell, and the second is for the built-in Lua interpreter.
All I want to do is copy a startup file from a disk to my computer. on mc of coase
Posted 20 April 2013 - 04:12 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
It says No such file. I typed what you told me to
Which one did you type?
both
The first one is for the shell, and the second is for the built-in Lua interpreter.
All I want to do is copy a startup file from a disk to my computer. on mc of coase
Type copy oldPath newPath
Posted 20 April 2013 - 04:12 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
It says No such file. I typed what you told me to
Which one did you type?
both
The first one is for the shell, and the second is for the built-in Lua interpreter.
All I want to do is copy a startup file from a disk to my computer. on mc of coase
Type copy oldPath newPath
I did
Posted 20 April 2013 - 04:16 AM
copy oldPath newPath
Or:
fs.copy(oldPath, newPath)
It says No such file. I typed what you told me to
Which one did you type?
both
The first one is for the shell, and the second is for the built-in Lua interpreter.
All I want to do is copy a startup file from a disk to my computer. on mc of coase
Type copy oldPath newPath
I did
Then you're done.
Posted 20 April 2013 - 04:52 AM
I think he's literally typing copy oldPath newPath. Instead of using the PROPER NAME FILES.
oldPath = file to copy
newPath= path to copy to
oldPath = file to copy
newPath= path to copy to
Posted 20 April 2013 - 09:38 AM
just go to your disk
cd disk
and copy your program, example:
copy program ..\
Note: ..\ means that program will be copied into main PC directoryPosted 20 April 2013 - 03:16 PM
just go to your diskand copy your program, example:cd disk
Note: ..\ means that program will be copied into main PC directorycopy program ..\
It didn't work
Posted 20 April 2013 - 03:18 PM
just go to your diskand copy your program, example:cd disk
Note: ..\ means that program will be copied into main PC directorycopy program ..\
It didn't work
What is the file's name?
Posted 20 April 2013 - 03:25 PM
Jesus christ.
copy disk/startup startup
Posted 20 April 2013 - 03:59 PM
Jesus christ.copy disk/startup startup
Oh whoops. :P/>
OP: If this doesn't work, you're on your own.