home *** CD-ROM | disk | FTP | other *** search
/ Games Tips & Tricks / GAMESTIPSUNDTRICKS.mdf / level / shadowst / ntsetup.bat < prev   
DOS Batch File  |  1994-11-06  |  711b  |  34 lines

  1. @ECHO OFF
  2. REM *** Batch file that installs the Discovery of new technology mission #1.
  3. REM *** Assumes that you are in the \TIE\MISSION directory
  4.  
  5.  
  6. cls
  7. ECHO.
  8. ECHO NEW TECHNOLOGY MISSION #1 INSTALLATION 
  9. ECHO.
  10.  
  11. If EXIST b2m1fw.sav goto install
  12.  
  13. :backup
  14. ECHO.
  15. ECHO Backing up original Tie mission file B1M1FM.TIE.
  16. ren B2M1FW.TIE B2M1FW.SAV
  17.  
  18.  
  19. :install
  20. ECHO.
  21. ECHO New technolgy mission #1 is being installed.
  22. copy NEWTECH1.TIE B2M1FW.TIE
  23.  
  24.  
  25. :finish
  26. ECHO.
  27. ECHO.
  28. ECHO Installation complete! To restore your original TIE Battle 2 Mission 1,
  29. ECHO simply copy the backup file to its original name from B2M1FW.SAV to 
  30. ECHO B2M1FW.TIE. i.e. type in: Copy B2M1FW.SAV B2M1FW.TIE
  31. ECHO.
  32. ECHO.
  33.  
  34.