home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / table / config.bat < prev    next >
DOS Batch File  |  1995-09-13  |  1KB  |  54 lines

  1. @echo off
  2.  
  3. set |find "windir" /c >nul
  4. if errorlevel 1 goto CONFIGSTART
  5. echo You must exit Windows and run CONFIG.BAT from DOS.
  6. pause
  7. goto THEEND
  8.  
  9. :CONFIGSTART
  10. cls
  11. mode CO80
  12. echo Loading 3-D Table Sports configuration programs ...
  13.  
  14. NETSETUP
  15.  
  16. ;yyy
  17.  
  18. set ATMPX=%DOS4G%
  19. set DOS4G=
  20. %MMTSPATH%SNDSETUP.EXE
  21.  
  22. set DOS4G=%ATMPX%
  23. set ATMPX=
  24. UVCONFIG
  25.  
  26. set MMTSPATH=
  27. cls
  28. if exist HMISET.CFG goto HASSOUND
  29. echo Sound configuration was not completed.
  30. echo The program will still run, but without any sound.
  31. echo.
  32. if not exist UNIVBE.DRV goto HASSOUND
  33. goto AGAIN
  34.  
  35. :HASSOUND
  36. if exist UNIVBE.DRV goto HASVBE
  37. echo Integrated UniVBE graphics configuration not completed.
  38. echo The program will try to use an existing TSR/ROM VESA BIOS (if available).
  39. set |find "windir" /c >nul
  40. if errorlevel 1 goto AGAIN
  41. echo For best results exit Windows and run CONFIG.BAT from DOS.
  42. pause
  43. goto HASVBE
  44.  
  45. :AGAIN
  46. echo You may want to run CONFIG.BAT again
  47.  
  48. :HASVBE
  49. echo.
  50. echo Type 'TS' to run 3-D Table Sports.
  51. echo >config.tst Config
  52.  
  53. :THEEND
  54.