help.hlp (Table of Contents; Topic list)
MOVE--Examples
Syntax  Notes
────────────────────────────────────────────────────────────────────────────
 
                               MOVE──Examples
 
Suppose C:\LETTERS is a directory. To move the files ED.TXT and SIGRID.TXT
from the current directory to the LETTERS directory on drive C, type the
following at the command prompt:
 
    move ed.txt,sigrid.txt c:\letters
 
To move the BILL.TXT file from the current directory to the LETTERS
directory on drive C and rename it ANN.TXT, type the following at the
command prompt:
 
    move bill.txt c:\letters\ann.txt
 
To rename the THISYEAR directory on drive C to LASTYEAR, type the following
at the command prompt:
 
    move c:\thisyear c:\lastyear
 
                                      ♦