Copy » History » Revision 2
Revision 1 (Per Amundsen, 01/09/2015 09:39 PM) → Revision 2/6 (Per Amundsen, 06/11/2016 03:14 PM)
_Added in 1.9.6_ */copy -ao <filename> <filename/directory>* Copies a file to another filename or directory. *Switches* -a - Appends the source file to the target file. -o - Overwrites the target file if it exists. *Parameters* <filename> - Filename to copy from. (Can be a wildcard) (wildcard TODO) <filename/directory> - Filename or directory to copy to. *Example* <pre> ; Copy all the files in directory 'aaa' into directory 'bbb'. /copy aaa bbb ; Copy file 'aaa.png' into folder 'bbb' /copy aaa.png bbb </pre>