home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / GAMES / 3ATETR / WIN95REN.BAT < prev   
Encoding:
DOS Batch File  |  1995-09-30  |  714 b   |  23 lines

  1. @ECHO OFF
  2. CLS
  3.  
  4. ECHO This batch file will rename the Tetris Documentation Files from 8 characters
  5. ECHO MS-DOS standard to Windows 95 250 characters standard.
  6. ECHO.
  7. ECHO This will give you more detailed information of what every file contains.
  8. ECHO.
  9. ECHO You can do this operation only if you have Windows 95 (or Windows NT)
  10. ECHO installed and running.
  11. ECHO.
  12.  
  13. CHOICE.COM /C:YN "Are you sure you are running Windows 95 or Windows NT NOW "
  14. IF ERRORLEVEL 2 GOTO END
  15.  
  16. REN TETRIS "Tetris"
  17. REN TOURNAME.TXT "First World Tetris Tournament Instructions.txt"
  18. REN HISTORY.TXT "History.txt"
  19. REN INSTALL.BAT "Install.bat"
  20. REN INSTALL.SCR "Install.scr"
  21. REN TETRIS.TXT "Tetris - Game Documentation.txt"
  22.  
  23. :END