home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM This is a batch file for using QWKPRUNE with version 2.1 of
- REM the MegaMail reader. Wherever you see [mega_work], replace it with
- REM the full path of your MegaMail work directory. Replace [down_dir]
- REM with the full path of the directory your QWK packets are stored in.
- REM If MegaReader is configured to "hide" the work directory, you'll
- REM have to create it each time you import a QWK. The /import option
- REM exits directly to DOS after importing.
- REM
- REM mkdir [mega_work]
- pkunzip [down_dir]\%1 [mega_work]
- if not exist [mega_work]\messages.dat goto endit
- qwkprune /m[mega_work]
- megaread /nozip /import %1
- del [down_dir]\%1
- :endit
-