home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- cls
- ECHO ULTIMATE COMMAND & CONQUER
- ECHO By Tyler Baker
- ECHO Running this batch file will replace the default Command and Conquer
- ECHO GAME.DAT file with a customized GAME.DAT file titled GAME.ULT. A
- ECHO backup file of the default GAME.DAT file will be made in the local
- ECHO directory of Command and Conquer titled GAME.ORG ("ORG" meaning original).
- ECHO After exiting Command and Conquer (assuming that the computer does not
- ECHO crash before exiting) this batch file will replace the customized
- ECHO GAME.DAT file with the original GAME.DAT file under the backup title
- ECHO of GAME.REL. If in the case your computer crashes before you exit
- ECHO Command and Conquer, run this batch file again and then exit
- ECHO Command and Conquer. After doing this, the official C&C GAME.DAT file
- ECHO will have been reinstalled.
- CHOICE Do you wish to play Ultimate C&C?
- IF ERRORLEVEL 2 GOTO CANCEL
- IF ERRORLEVEL 1 GOTO ULTIMATE
-
- :CANCEL
- ECHO No Ultimate C&C? Oh well, maybe some other time.
- pause
- GOTO END
-
- :ULTIMATE
- ECHO Launching Ultimate Command & Conquer
-
-