home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 333.img / HQ2-9.ZIP / INSTALL.BAT next >
DOS Batch File  |  1990-10-29  |  921b  |  31 lines

  1. echo off
  2. tstdrive
  3. if errorlevel == 1 goto nogo
  4. if errorlevel == 2 goto nogo
  5. rem echo no error
  6. goto exit
  7.  
  8. :nogo
  9. echo Our tests show that the disk drive you are currently using MAY
  10. echo not be a high-density disk drive and MAY not work with the 5 1/4"
  11. echo disks shipped with this game.
  12. echo.
  13. goto explain
  14.  
  15. :explain
  16. echo If you have a 3 1/2" disk drive, you may use that drive to play the 
  17. echo game.  If you have only a 360K drive, you must call the customer support 
  18. echo number    listed in the enclosed documentation and request our 360K version.
  19. echo.
  20. echo If you are sure that you have a 1.2M high-density 5 1/4" drive, PLEASE 
  21. echo try to install and run the game.  Our tests may be inconclusive and 
  22. echo in error.  If it fails to work, call our customer support line.
  23. echo.
  24. echo Press ENTER/RETURN to continue with the installation program.
  25. echo Press Ctrl-C to Quit.
  26. pause
  27.  
  28. :exit
  29. inst
  30.  
  31.