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 :)/>/>)
Have you tried reading replies before you post?:fs.copy(src, dest)
or
shell.run("copy", src, dest)
… found it out trough other posts… fs.copy(…)