home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / email / qprn103.zip / QWKM.BAT < prev    next >
DOS Batch File  |  1993-08-29  |  501b  |  14 lines

  1. @echo off
  2. REM This batch file is for using QWKPRUNE with QWKMerge.
  3. REM
  4. REM Copy it to the directory where QWKMerge is located.
  5. REM
  6. REM Edit the "if exist" line. Replace [qwkm_work] with the
  7. REM work directory defined in QWKMerge's configuration.
  8. REM
  9. REM In QWKMerge's configuration, put "COMMAND /C QWKM" or "PARM QWKM"
  10. REM (without the quotes) in front of the names of your unpackers.  
  11. REM
  12. %1 %2 %3 %4 %5 %6 %7 %8 %9
  13. if exist [qwkm_work]\new\messages.dat qwkprune /m[qwkm_work]\new /tq
  14.