home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
utility
/
zsshl25
/
zunarcv.ba_
/
ZUNARCV.BAT
Wrap
DOS Batch File
|
1995-01-05
|
402b
|
16 lines
@echo off
REM ZUNARCV-------------------------------------
REM Batch file to use PKUNPAK (view mode )
REM with the ZS Shell
REM
REM %1 is the ARC file name
REM %2 is the ZIP file to create
REM
REM We use a temp directory named 897436
REM make sure you don' t use such a directory
REM to avoid a possible blanking...
REM --------------------------------------------
PKUNPAK -v %1
PAUSE