home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-386-Vol-2of3.iso
/
c
/
cbbs141.zip
/
CEL141C.ZIP
/
ADDVGA30.ZIP
/
COMMENT.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-05-06
|
208b
|
14 lines
@Echo off
adder %1 %2 coolrush.exe
if errorlevel 1 goto zipit
goto end
:zipit
pkunzip %1 -t
if errorlevel 1 goto badzip
goto end
:badzip
copy %1.%2 d:\celer\backup\%1.%2
del %1.%2
goto end
:end