home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Masterblend / cdsharewaremasterblend.iso / communic / tapcis / names.bat < prev    next >
DOS Batch File  |  1990-08-28  |  596b  |  18 lines

  1. ECHO OFF
  2. CLS
  3. ECHO NAMES.BAT for TAPCIS 5.3 UPGRADE --
  4. ECHO      This file changes the file names for the PC Magnet files and
  5. ECHO      EASYPLEX to the new names supported by TAPCIS 5.3. Press ^C
  6. ECHO      if you do not want your files renamed. Be sure to run this
  7. ECHO      file from your TAPCIS.EXE directory and Storage Disk Path.
  8. PAUSE
  9. REN EASYPLEX.* MAIL.*
  10. REN PCM_AFTE.* AFTERH.*
  11. REN PCM_PROG.* PROGRAM.*
  12. REN PCM_EDIT.* EDITOR.*
  13. REN PCM_UTIL.* UTILFOR.*
  14. ECHO *****
  15. ECHO ***** You should now DEL NAMES.BAT to get rid of the now
  16. ECHO ***** unneeded NAMES.BAT file.
  17. ECHO *****
  18.