COPY Copy one local file to another location |
Top Previous Next |
This script command to copies the source file to the destination location.
Full file or path names are required. For example, the following is a valid command.
COPY "c:\test\file" "c:\test2\file"
The following is an invalid command in the same environment.
COPY "c:\test\file" "c:\test2"
Related Command(s): APPEND, MOVE, DELETE, RENAME, WORKINGDIR
|