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

  1. @echo off
  2. cls
  3. setg.exe
  4. sayit cvr2.dwd
  5. if errorlevel 99 goto _NOSOUND_
  6. playit menuin.fli m2.dwm
  7. if errorlevel 99 goto _NOSOUND_
  8. sayit cvr3.dwd
  9. :_MAIN_START_
  10. menu mainmenu m1.dwm
  11.  
  12. if errorlevel -1 goto _END_
  13. if errorlevel 6 goto _END_
  14. if errorlevel 5 goto _OTHER_
  15. if errorlevel 4 goto _THINK_
  16. if errorlevel 3 goto _ADVANTURE_
  17. if errorlevel 2 goto _3D_
  18. if errorlevel 1 goto _ARCADE_
  19. if errorlevel 0 goto _SPORT_
  20. goto _END_
  21.  
  22. :_3D_
  23. sayit cvr4.dwd
  24. call 3d.bat %1 %2 %3
  25. goto _START_
  26.  
  27. :_ADVANTURE_
  28. sayit cvr9.dwd
  29. call adv.bat %1 %2 %3
  30. goto _START_
  31.  
  32. :_OTHER_
  33. sayit cvr7.dwd
  34. call other.bat %1 %2 %3
  35. goto _START_
  36.  
  37. :_ARCADE_
  38. sayit cvr5.dwd
  39. call arcade.bat %1 %2 %3
  40. goto _START_
  41.  
  42. :_SPORT_
  43. sayit cvr6.dwd
  44. call sport.bat %1 %2  %3
  45. goto _START_
  46.  
  47. :_THINK_
  48. sayit cvr8.dwd
  49. call think.bat %1 %2 %3
  50. goto _START_
  51.  
  52. :_START_
  53. setg.exe
  54. playit menuout.fli
  55. goto _MAIN_START_
  56.  
  57. :_END_
  58. sayit cvr11.dwd
  59. sett.exe
  60. goto _LASTEND_
  61.  
  62. :_NOSOUND_
  63. CALL RUNNOS.BAT %1 %2 %3
  64.  
  65. :_LASTEND_
  66. @echo off
  67. cls
  68.  
  69.  
  70.  
  71.  
  72.  
  73.