home *** CD-ROM | disk | FTP | other *** search
/ Total Chaos Nukem 3D Pack / TotalChaosNukem3dPack.iso / duke / temp2 / ubduke10.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-04-30  |  682b  |  37 lines

  1. @echo off
  2. cls
  3. If "%@Eval[2+2]" == "4" goto 4DosLauncher
  4. del ubduke-4.bat
  5. move ubduke-d.bat ubduke.bat
  6. cls
  7. echo Generic DOS UBDuke
  8. echo ------------------
  9. echo To start, type:
  10. echo ubduke [mode] [episode#] [level#]
  11. echo.
  12. echo Examples:
  13. echo ubduke ub         - Ultra Bloody Duke
  14. echo ubduke crz 1 2    - Single Crazed Match in Episode 1 Level 2
  15. echo ubduke mult       - Multiplayer Ultra Bloody Duke
  16. echo. 
  17. echo See readme.txt for details.
  18. echo.
  19. goto END
  20.  
  21. :4DosLauncher
  22. del ubduke-d.bat
  23. move ubduke-4.bat ubduke.bat
  24. cls
  25.  
  26. echo Exclusive 4DOS UBDuke
  27. echo ---------------------
  28. echo Type ubduke to run Ultra Bloody Duke now!
  29. echo.
  30. goto end
  31.  
  32. :end
  33.  
  34.  
  35.  
  36.  
  37.