home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1995 January / CDuser6Jan95.iso / BOSDEMO / SPELLS.BAT < prev    next >
DOS Batch File  |  1994-02-03  |  228b  |  12 lines

  1. Echo off
  2. goto load_bos
  3. :no_bos
  4. echo 'BOSPROG.EXE' is not in the current directory so cannot load it.
  5. goto end
  6. :load_bos
  7. cls
  8. Echo Loading, please wait ...
  9. if not exist bosprog.exe goto no_bos
  10. bosprog %1 %2 %3 %4
  11. :end
  12.