Syntax:
copy file {from name} to {to name}
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKCopy.class
Runtime handler(s):
net.eclecity.linguist.basic.handler.BasicHCopy.class
Function:
This copies a disk file, creating a new file. If to name already existed it will be overwritten.
Example(s):
copy file "file.txt" to "file.old"