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