home *** CD-ROM | disk | FTP | other *** search
/ Hoog Spel 50 / Hoogspel50CDROM.iso / L7LINST.BAT < prev    next >
DOS Batch File  |  1996-07-31  |  642b  |  30 lines

  1. @echo off
  2. cls
  3. mode co80
  4.  
  5. cd install
  6.  
  7. @echo The Sierra Install Program attempts to detect the
  8. @echo hardware attached to your machine.  On some systems
  9. @echo this may lock-up your machine.
  10. @echo.
  11. @echo If you are running the install program for the 
  12. @echo first time, you should select Y.
  13. @echo.
  14. @echo This test may lock your computer system.
  15. @echo Select N if you have experienced a lock-up 
  16. @echo previously when performing this test.  
  17. @echo.
  18. .\what C "Do you want to perform hardware tests? (Y/N) " yn
  19. cls
  20.  
  21. if not %what%.==Y. goto skipAuto
  22.  
  23. call install.exe -f
  24. goto end
  25.  
  26. :skipAuto
  27. call install.exe -f -m
  28.  
  29. :end
  30.