home *** CD-ROM | disk | FTP | other *** search
/ Command & Craft / COMCRAFT.iso / comcraft / c&c / new_wpns / ucnc / ultcnc.ba_ < prev   
Encoding:
Text File  |  1996-03-22  |  1.1 KB  |  28 lines

  1. @ECHO OFF
  2. cls
  3. ECHO ULTIMATE COMMAND & CONQUER
  4. ECHO By Tyler Baker
  5. ECHO Running this batch file will replace the default Command and Conquer
  6. ECHO GAME.DAT file with a customized GAME.DAT file titled GAME.ULT.  A
  7. ECHO backup file of the default GAME.DAT file will be made in the local
  8. ECHO directory of Command and Conquer titled GAME.ORG ("ORG" meaning original).
  9. ECHO After exiting Command and Conquer (assuming that the computer does not
  10. ECHO crash before exiting) this batch file will replace the customized
  11. ECHO GAME.DAT file with the original GAME.DAT file under the backup title
  12. ECHO of GAME.REL.  If in the case your computer crashes before you exit
  13. ECHO Command and Conquer, run this batch file again and then exit
  14. ECHO Command and Conquer.  After doing this, the official C&C GAME.DAT file
  15. ECHO will have been reinstalled. 
  16. CHOICE Do you wish to play Ultimate C&C?
  17. IF ERRORLEVEL 2 GOTO CANCEL
  18. IF ERRORLEVEL 1 GOTO ULTIMATE
  19.  
  20. :CANCEL
  21. ECHO No Ultimate C&C?  Oh well, maybe some other time.
  22. pause
  23. GOTO END
  24.  
  25. :ULTIMATE
  26. ECHO Launching Ultimate Command & Conquer
  27.  
  28.