home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / flink11.zip / Scan.cmd < prev    next >
OS/2 REXX Batch file  |  1995-05-19  |  145b  |  10 lines

  1. @echo off
  2. rem
  3. rem Scan out written messages
  4. rem
  5. if ""=="%1" goto exit
  6. squish -f%1 out squash
  7. rem sqmlink -f%1 -ssquish.cfg
  8. del %1
  9. :exit
  10.