home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / easylx.zip / EASYDEMO.BAT < prev    next >
DOS Batch File  |  1991-09-17  |  317b  |  16 lines

  1. echo off
  2. cls
  3. easy87
  4. numdrvr
  5. if errorlevel 2 goto toomany
  6. if errorlevel 1 goto justright
  7. dasdemo
  8. :justright
  9. easyd
  10. goto end
  11. :toomany
  12. echo !!! EASYDEMO Will not run                     !!!
  13. echo !!! Only One Das Demo driver can be loaded    !!!
  14. echo !!! Remove drivers or reboot and try again    !!!
  15. :end
  16.