MOVE        Move one local file to another location

Top  Previous  Next

Syntax:

MOVE

[ src file ]  [ dest file ]

Arguments:

[ src name ]

Variable or string defining a file or path name; if no path is defined FileLinks working folder is used.

 

[ dest name ]

Variable or string defining a file or path name; if no path is defined FileLinks working folder is used.

Options:

none

 

 

 

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