home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף: גלקסיית החלומות 2 / Dream-Galaxy-2-CVR3.iso / menu / runnos.bat < prev    next >
Encoding:
DOS Batch File  |  1997-01-07  |  722 b   |  49 lines

  1. @echo off
  2. cls
  3. setg.exe
  4. playit menuin.fli 
  5. :_MAIN_START_
  6. menu mainmenu 
  7.  
  8. if errorlevel -1 goto _END_
  9. if errorlevel 6 goto _END_
  10. if errorlevel 5 goto _OTHER_
  11. if errorlevel 4 goto _THINK_
  12. if errorlevel 3 goto _ADVANTURE_
  13. if errorlevel 2 goto _3D_
  14. if errorlevel 1 goto _ARCADE_
  15. if errorlevel 0 goto _SPORT_
  16. goto _END_
  17.  
  18. :_3D_
  19. call n3d.bat %1 %2 %3
  20. goto _START_
  21.  
  22. :_ADVANTURE_
  23. call nadv.bat %1 %2 %3
  24. goto _START_
  25.  
  26. :_OTHER_
  27. call nother.bat %1 %2 %3
  28. goto _START_
  29.  
  30. :_ARCADE_
  31. call narcade.bat %1 %2 %3
  32. goto _START_
  33.  
  34. :_SPORT_
  35. call nsport.bat %1 %2  %3
  36. goto _START_
  37.  
  38. :_THINK_
  39. call nthink.bat %1 %2 %3
  40. goto _START_
  41.  
  42. :_START_
  43. setg.exe
  44. playit menuout.fli
  45. goto _MAIN_START_
  46.  
  47. :_END_
  48. sett.exe
  49.