home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 12 / SPCD12.bin / kids / spellbou / sb.bat < prev    next >
Encoding:
DOS Batch File  |  1994-06-13  |  222 b   |  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.