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

How can a Program copy programms

Started by Amabimini, 17 April 2012 - 06:14 PM
Amabimini #1
Posted 17 April 2012 - 08:14 PM
How can i make that my program use "copy" to copy a program from a disk to a pc? (sry for my bad english :)/>/>)
Amabimini #2
Posted 17 April 2012 - 08:29 PM
… found it out trough other posts… fs.copy(…)
Wolvan #3
Posted 17 April 2012 - 08:53 PM
fs.copy(src, dest)
or
shell.run("copy", src, dest)
cant_delete_account #4
Posted 17 April 2012 - 11:34 PM
fs.copy(src, dest)
or
shell.run("copy", src, dest)
Have you tried reading replies before you post?:

… found it out trough other posts… fs.copy(…)