home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / game / max.bat < prev    next >
Encoding:
DOS Batch File  |  1996-12-04  |  561 b   |  43 lines

  1. @echo off
  2. @cd \game
  3. @gameini.exe
  4. if errorlevel == 18 goto max8
  5. if errorlevel == 17 goto max7
  6. if errorlevel == 16 goto max6
  7. if errorlevel == 15 goto max5
  8. if errorlevel == 14 goto max4
  9. if errorlevel == 13 goto max3
  10. if errorlevel == 12 goto max2
  11. if errorlevel == 11 goto max1
  12. @echo on
  13. goto end
  14.  
  15. :max8
  16. max.exe 8
  17. goto end
  18. :max7
  19. max.exe 7
  20. goto end
  21. :max6
  22. max.exe 6
  23. goto end
  24. :max5
  25. max.exe 5
  26. goto end
  27. :max4
  28. max.exe 4
  29. goto end
  30. :max3
  31. max.exe 3
  32. goto end
  33. :max2
  34. max.exe 2
  35. goto end
  36. :max1
  37. max.exe 1
  38. goto end
  39. :end
  40. @cd \
  41. @echo on
  42. @exit
  43.