home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 370.img / HELTER.ZIP / HELTER.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-10-31  |  320 b   |  14 lines

  1. echo off
  2. ECHO HELTER SKELTER works in either CGA or EGA graphics mode
  3. ECHO it should automatically detect whether your computer supports EGA mode.
  4. ECHO You can load either version directly by typing HELTERC or HELTERE
  5. which
  6. if errorlevel 1 goto EGA
  7. :CGA
  8. helterc
  9. goto    EXIT
  10. :EGA
  11. heltere
  12. goto    EXIT
  13. :EXIT
  14.