home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR8
/
DOSPEL37.ZIP
/
DO-98.ZIP
/
DOM-10D.EXE
/
ZIP-ARJ.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-11-08
|
785b
|
27 lines
echo off
rem door J.A.M.Kleijn, Rotterdam.
if not %%(%2)==%%() goto begin
echo
echo Batchfile for converting .ARJ archive files to .ZIP files. This batch file
echo is used by DOMULTI.EXE, enter DOMULTI for more. Use MAKEARJ.BAT to convert
echo archive files to .ARJ format.
echo
echo Batchfile om .ZIP archive files naar .ARJ file naar te converteren. Deze
echo batchfile wordt door DOMULTI.EXE aangeroepen, enter DOMULTI voor meer info.
echo Gebruik MAKEARJ.BAT om archivefiles naar .ARJ vorm te converteren.
goto einde
:begin
md\tempdir(
PKUNZIP %1\%2.%3 \tempdir(
ARJ m %1\%2 \tempdir(\*.*
goto klaar
:error
echo Error with %1\%2\.%3 !!, Boot system !!
pause
:klaar
if not exist %1\%2.ARJ goto error
if exist %1\%2.ARJ del %1\%2.%3
rd\tempdir(
:einde