home *** CD-ROM | disk | FTP | other *** search
/ Questo 1: Top Shareware / QUESTO1.bin / progb05 / setup.bat < prev    next >
DOS Batch File  |  1995-08-26  |  761b  |  33 lines

  1. @echo off
  2. cls
  3. setd
  4. IF ERRORLEVEL 1 GOTO ABORTSETD
  5. setm
  6. IF ERRORLEVEL 1 GOTO FINI
  7. GOTO END
  8.  
  9. :ABORTSETD
  10. setm
  11. GOTO FINI
  12.  
  13. :END
  14. call ROADHOG /SETUP
  15. goto FINAL
  16.  
  17. :FINI
  18. echo.
  19. echo You have aborted the music or sfx driver installation by pressing the
  20. echo [Esc]-key. Would you like to discontinue the setup at this point (like
  21. echo for installing a need driver), or would you like to continue?
  22. echo Sie haben die Musik- bzw. die Effekt-Treiberwahl mit der [Esc]-Taste
  23. echo verlassen. Möchten Sie die Installation hier abbrechen (z.B. um noch
  24. echo einen Treiber zu installieren), oder möchten Sie fortfahren?
  25. echo 
  26. echo [A]bort [C]ontinue
  27. ec.exe AC
  28. if ERRORLEVEL 67 goto SETUP
  29. if ERRORLEVEL 65 goto FINAL
  30. :SETUP
  31. call ROADHOG /SETUP
  32. :FINAL
  33.