home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now/Multimedia Now 1994 March / Multimedia_Now_Issue_3_1994.iso / dosprogs / spell / spell.shr / SB.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-02-20  |  290 b   |  13 lines

  1. Echo off
  2. if not exist %sound%\sbfmdrv.com goto load_sb
  3. %sound%\sbfmdrv.com
  4. goto load_sb
  5. :no_sb
  6. echo 'SPELLBOU.EXE' is not in the current directory so cannot load it.
  7. goto end
  8. :load_sb
  9. if not exist spellbou.exe goto no_sb
  10. intro %1 %2 %3 %4 %5 %6
  11. spellbou %1 %2 %3 %4 %5 %6
  12. :end
  13.