home *** CD-ROM | disk | FTP | other *** search
- SAMPLE command and resulting output | Comments about the output
-
- REN OLDFILE NEWFILE This simple example renames OLDFILE to
- NEWFILE in the current default
- directory.
-
-
- REN *.BAS *.BAK This will rename all files in the
- current default directory that end in
- BAS to now end in BAK.
-
- REN C:\PROGRAMS\TUTOR.BAS XYZZY.TXT This example renames the file TUTOR.BAS
- in the PROGRAMS directory in drive C:
- as XYZZY.TXT. You don't specify the
- directory path when referring to the
- new file.