home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1995 January / CDuser6Jan95.iso / SPBDEMO / SB.BAT < prev    next >
DOS Batch File  |  1994-06-13  |  222b  |  11 lines

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