home *** CD-ROM | disk | FTP | other *** search
/ Fun Online 1996 January / FOL196.iso / theweb / high.bat < prev    next >
DOS Batch File  |  1995-11-03  |  491b  |  29 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo                           Pro Pinball - The Web
  6. echo.
  7. echo.
  8. echo                               DEMO VERSION
  9. echo.
  10. echo.
  11. echo.
  12. echo Loading a configuration suitable for high spec. machines:
  13. echo.
  14. echo     Graphics: 640x480 32K colours
  15. echo        Sound: 22,050 Hz sample frequency
  16. echo.
  17. echo.
  18. pause
  19. rem
  20. rem Check for UNIVBE use.
  21. rem
  22. if exist uvesa.cfg goto useunivbe
  23. rolling v51 r2 os
  24. goto done
  25.  
  26. :useunivbe
  27. rolling v51 r2 os u
  28.  
  29. :done