home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Piper's Pit BBS/FTP: ibm 0040 - 0049
/
ibm0040-0049
/
ibm0040.tar
/
ibm0040
/
EXT106R.ZIP
/
COMMENT.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-09-25
|
176 b
|
11 lines
if "%2" == "ZIP" goto addcomment
:begin
if "%2" == "ZIP" goto addfile
goto end
:addcomment
pkzip -z %1 <comment.dat
goto begin
:addfile
pkzip -a %1 coolman.com
:end