home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 97.img / COMBAT.ZIP / COMBAT.BAT < prev    next >
DOS Batch File  |  1980-01-05  |  452b  |  39 lines

  1. echo off
  2. : LANCEMENT DE ACTION SERVICE
  3. : -----------------------
  4. :
  5. :
  6. : Choix du mode graphique:
  7. : ------------------------
  8. echo off
  9. cls
  10. type firmtitl.txt
  11. pause
  12. menu
  13. :
  14. if ERRORLEVEL 5 GOTO fin
  15. if ERRORLEVEL 4 GOTO hercule
  16. if ERRORLEVEL 3 GOTO cgam
  17. if ERRORLEVEL 2 GOTO cgac
  18. if ERRORLEVEL 1 GOTO ega
  19. GOTO fin
  20. :
  21. :ega
  22. damn
  23. GOTO fin
  24. :
  25. :cgac
  26. damn 0
  27. GOTO fin
  28. :
  29. :cgam
  30. damn 3
  31. GOTO fin
  32. :
  33. :hercule
  34. damn 4
  35. GOTO fin
  36. :
  37. :fin
  38. cls
  39.