home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 7: Football Classics 2 / CD1.iso / bsfball2 / dos / actua / actua.bat next >
DOS Batch File  |  1995-07-14  |  354b  |  18 lines

  1. @echo off
  2. cpucheck >NUL
  3. if errorlevel 20 goto nogo
  4. if errorlevel 15 goto pentium
  5. if errorlevel 14 goto 486
  6. :nogo
  7. echo ACTUA Soccer needs at least an 80486DX Processor to run.
  8. echo Consult the trouble shooter guide.
  9. goto end
  10. :486
  11. echo 80486DX Processor Detected.
  12. actua486
  13. goto end
  14. :pentium
  15. echo Pentium Processor Detected.
  16. actua586
  17. :end
  18.