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