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

  1. @Echo Off
  2.  
  3. c:
  4. cd \Msq2
  5. If Exist inmsgedp Exit
  6. Echo In Here >inmsgedp
  7.  
  8. mode co80,50
  9. msgedp
  10.  
  11. if errorlevel 2 goto SquishOut
  12. if errorlevel 1 goto SquishSquash
  13. if errorlevel 0 goto exit
  14.  
  15. :SquishOut
  16. cd \squish
  17. squish out squash -fc:\bink1\echo.out
  18. del c:\bink1\echo.out
  19. goto EXIT
  20.  
  21. :SquishSquash
  22. cd \squish
  23. squish squash
  24. goto EXIT
  25.  
  26. :EXIT
  27. cd \msq2
  28. If Exist inmsgedp Del inmsgedp >Nul:
  29.