home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 277.img / NFL5PE.ZIP / RUNME.BAT < prev    next >
DOS Batch File  |  1990-09-28  |  1KB  |  35 lines

  1. echo off
  2. cls
  3. echo - NFL PRO-LEAGUE FOOTBALL                                          -
  4. echo -                                                                  -
  5. echo - Video Card Selection                                             -
  6. echo -                                                                  -
  7. echo - (F1) CGA                                                         -
  8. echo - (F2) EGA                                                         -
  9. echo -                                                                  -
  10. :reply
  11. reply
  12. if errorlevel 61 goto reply
  13. if errorlevel 60 goto ega
  14. if errorlevel 59 goto cga
  15. goto reply
  16. :ega
  17. introvga.exe
  18. type peinfo.pe
  19. echo - Please Insert Disk #5                                            -
  20. echo - And Then Hit Any Key!                                            -
  21. pause >nul
  22. nflega.exe
  23. type pesite.pe
  24. goto end
  25. :cga
  26. cls
  27. type peinfo.pe
  28. nflcga.exe
  29. type pesite.pe
  30. goto end
  31. :end
  32. echo See You on Another Crack... From the [PE] Guys...
  33.  
  34.  
  35.