home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Current Shareware 1994 January
/
SHAR194.ISO
/
email
/
qprn103.zip
/
MEGA.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-08-29
|
678b
|
17 lines
@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