home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
utility
/
zsshl25
/
zuntarv.ba_
/
ZUNTARV.BAT
Wrap
DOS Batch File
|
1995-01-05
|
401b
|
16 lines
@echo off
REM ZUNTARV-------------------------------------
REM Batch file to use TAR (view mode )
REM with the ZS Shell
REM
REM %1 is the TAR 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 --------------------------------------------
CALL TARV.BAT %1
PAUSE