home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / RENAME.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  627 b   |  15 lines

  1. COMMAND:  RENAME
  2.  
  3. FUNCTION: Changes the the name of the file specified in the first parameter
  4.           to the name and extension given in the second parameter.
  5.  
  6. FORMAT:   REN[AME] [d:][path]filename[.ext] filename[.ext]
  7.  
  8. TYPE:     DOS internal command
  9.  
  10. REMARKS:  RENAME may be abbreviated REN. Global file name characters may be
  11.           used to keep parts of the filespec the same.  If a valid drive is
  12.           specified in the second parameter, the drive is ignored.  A path may
  13.           be spefified only with the first parameter, since files cannot be
  14.           renamed across sub-directory boundaries.
  15.