home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
WILDCAT
/
AREQ1_1B.ZIP
/
QWKRQ10.ZIP
/
QRUNZIP.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-01-08
|
455b
|
22 lines
@echo off
REM
REM This batch file is used to intergrate QwkReq with OLX or SLMR
REM
REM Check if unpacking QWK or REP (REP unpacking passes 2 params!)
REM
if "%2"=="" goto RunQR
goto UZip
:RunQR
REM
REM Ensure that use specify the path to QWKREQ, and DO NOT change
REM directory to it !! Or stick QwkReq in the path ....
REM
C:\QWKREQ\QWKREQ /M:%1
:UZip
REM
REM Get on with decompression.
REM
PKUNZIP %1 %2
REM
REM End of QRUNZIP.BAT