home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_scrn / magic123.arj / DEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-10-02  |  232 b   |  14 lines

  1. echo off
  2. cls
  3. askyn Are you running a MULTI-Sync type Monitor
  4. if errorlevel == 2 goto mag1
  5. if errorlevel == 1 goto mag2
  6. goto exit
  7. :mag1
  8. magic /MT1 /S1,1,0,0
  9. goto loadreadme
  10. :mag2
  11. magic /s1,1,0,0
  12. :loadreadme
  13. readme
  14. :exit