dos_copy
--------------------------------------------------------------------------------
Copies a single file or multiple files.
The function can be used to copy files from one directory to another, or from one drive to another.
Syntax
(dos_copy source destination)
Parameters
source
The source file or files. source can contain wildcard characters ("*" and "?").
destination
The destination path or file.
Returns
T if successful.
nil on error.
Example
Command: (dos_copy "c:\\program files\\autocad 2002\\drawing1.dwg" "c:\\program files\\autocad 2002\\drawing2.dwg")