home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
PCBOARD
/
ZDCS203.ZIP
/
ZDCS-ARC.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-03-28
|
524b
|
17 lines
REM %1 is the fully qualified FSpec of the currently processing file
REM %2 is the Filename with Extension - No drive/path information
REM %3 is the Filename without Extension - No drive/path information
REM E:\TMP is a temporary work directory on any hard drive
REM Copy the file from the CD-ROM (or wherever it is)
copy %1 e:\tmp
REM Convert the archive format to ZIP
ZZAP e:\tmp\%2
REM Process the newly created ZIP file with ZDCSFC
zdcsfc e:\tmp\%3ZIP UPLOAD
REM Get rid of it.
DEL e:\tmp\%3ZIP