home *** CD-ROM | disk | FTP | other *** search
/ CD Action 3 / cdaction031996.iso / start.bat < prev   
DOS Batch File  |  1996-07-02  |  604b  |  40 lines

  1. @echo off
  2.  
  3. set DOS4G=quiet
  4.  
  5. bin\main.exe
  6.  
  7. if errorlevel 4 goto end
  8. if errorlevel 3 goto gry
  9. if errorlevel 2 goto scena
  10. if errorlevel 1 goto sware
  11. if errorlevel 0 goto prog
  12.  
  13. goto end
  14.  
  15. :gry
  16. bin\select.exe bin\gry.dsc
  17. call c:cdaction.bat > nul
  18. del c:cdaction.bat > nul
  19. goto end
  20.  
  21. :scena
  22. bin\select.exe bin\scena.dsc
  23. call c:cdaction.bat > nul
  24. del c:cdaction.bat > nul
  25. goto end
  26.  
  27. :sware
  28. bin\select.exe bin\sware.dsc
  29. c:cdaction.bat > nul
  30. del c:cdaction.bat > nul
  31. goto end
  32.  
  33. :prog
  34. bin\select.exe bin\prog.dsc
  35. call c:cdaction.bat > nul
  36. del c:cdaction.bat > nul
  37. goto end
  38.  
  39. :end
  40.