home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / 347CONFG.ZIP / SPAWNBBS.CMD < prev    next >
OS/2 REXX Batch file  |  1994-06-08  |  560b  |  33 lines

  1. @Echo off
  2. cls
  3. c:
  4. CD \Bink1
  5. If Exist Echo.Out Del Echo.Out >Nul:
  6.  
  7. CD \Max
  8.  
  9. c:\Bink1\Bigbro %3 c:\Max\max.exe max%node%.prm -e1 -b%2 -p%3 -t%4 -n%node% -lmax%node%.log -z\pipe\snoop%Node%
  10. If errorlevel 12 Goto SquishOut
  11. If errorlevel 11 Goto SquishSquash
  12. If errorlevel  5 Goto Acall
  13. Goto Exit
  14.  
  15. :SquishOut
  16. echo ErrorLevel is 12
  17. cd \squish
  18. squish out squash -fc:\max\echotoss.log
  19. del c:\max\echotoss.log
  20. goto EXIT
  21.  
  22. :SquishSquash
  23. echo ErrorLevel is 11
  24. cd \squish
  25. squish squash
  26. goto EXIT
  27.  
  28. :ACALL
  29. echo ErrorLevel is 5
  30. goto EXIT
  31.  
  32. :EXIT
  33.