home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bdoc_260.zip / NUSPAWN.BAT < prev   
DOS Batch File  |  1995-11-07  |  632b  |  32 lines

  1. rem This file *must* be renamed to SPAWNBBS.BAT before use
  2. rem as it stands it requires the maximus files in c:\max directory
  3. rem and Bink with adjunct progs in c:\bt.
  4.  
  5. @echo off
  6. C:
  7. cd\max
  8. MAX -b%2 -p%3 -t%4 -s19200
  9. if errorlevel 255 goto end
  10. if errorlevel  12 goto squishout
  11. if errorlevel  11 goto squishsquash
  12. if errorlevel  10 goto end
  13. if errorlevel   5 goto end
  14. goto end
  15.  
  16. :SQUISHOUT
  17. cd\bt
  18. squish out squash -fc:\bt\echotoss.log
  19. if exist c:\bt\echotoss.log delete c:\bt\echotoss.log
  20. goto end
  21.  
  22. :SQUISHSQUASH
  23. cd\bt
  24. squish squash
  25. goto end
  26.  
  27. :END
  28. cd\bt
  29. bink
  30.  
  31. @rem   my master batch is called Bink.bat.
  32.