home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / ren / examples.hlp next >
Encoding:
Text File  |  1989-01-01  |  896 b   |  17 lines

  1. SAMPLE command and resulting output   | Comments about the output
  2.  
  3.   REN OLDFILE NEWFILE                   This simple example renames OLDFILE to
  4.                                         NEWFILE in the current default
  5.                                         directory.
  6.  
  7.  
  8.   REN *.BAS *.BAK                       This will rename all files in the
  9.                                         current default directory that end in
  10.                                         BAS to now end in BAK.
  11.  
  12.   REN C:\PROGRAMS\TUTOR.BAS XYZZY.TXT   This example renames the file TUTOR.BAS
  13.                                         in the PROGRAMS directory in drive C:
  14.                                         as XYZZY.TXT.  You don't specify the
  15.                                         directory path when referring to the
  16.                                         new file.
  17.