home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO NAMES.BAT for TAPCIS 5.3 UPGRADE --
- ECHO This file changes the file names for the PC Magnet files and
- ECHO EASYPLEX to the new names supported by TAPCIS 5.3. Press ^C
- ECHO if you do not want your files renamed. Be sure to run this
- ECHO file from your TAPCIS.EXE directory and Storage Disk Path.
- PAUSE
- REN EASYPLEX.* MAIL.*
- REN PCM_AFTE.* AFTERH.*
- REN PCM_PROG.* PROGRAM.*
- REN PCM_EDIT.* EDITOR.*
- REN PCM_UTIL.* UTILFOR.*
- ECHO *****
- ECHO ***** You should now DEL NAMES.BAT to get rid of the now
- ECHO ***** unneeded NAMES.BAT file.
- ECHO *****
-