home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 368.img / RENLEGIO.ZIP / RUNME.BAT < prev    next >
DOS Batch File  |  1990-11-03  |  706b  |  31 lines

  1. echo off
  2. cls
  3. echo -                  Choose Card                                     -
  4. echo -                                                                  -
  5. echo - (F1) CGA                                                         -
  6. echo - (F2) EGA                                                         -
  7. echo - (F3) Quit to Dos!                                                -
  8. :reply
  9. reply.com
  10. if errorlevel 61 goto end
  11. if errorlevel 60 goto ega
  12. if errorlevel 59 goto cga
  13. goto reply
  14. :ega
  15. cls
  16. intro.exe
  17. cls
  18. type fileinfo.txt
  19. pause >nul
  20. start e
  21. goto end
  22. :cga
  23. cls
  24. type fileinfo.txt
  25. pause >nul
  26. start c
  27. goto end
  28. :end
  29. type pesite.pe
  30. echo L8r! From the Guys of Public Enemy...
  31.