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

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