home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
PCBOARD
/
ZDCS203.ZIP
/
PCBTEST3.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-03-28
|
385b
|
15 lines
@Echo off
cls
if '%2' == 'UPLOAD' pcbdesc %1 %3
REM * * Clean out old copies of these files, just in case. * *
if exist PCBFAIL.TXT del PCBFAIL.TXT
if exist PCBPASS.TXT del PCBPASS.TXT
if exist ZDCS-DEL.LST del ZDCS-DEL.LST
Q:\PCB\ZIPLAB\ZLAB.EXE %1 Q:\PCB Q:\PCB\ZIPLAB %2
if exist ZDCS-DEL.LST PKZIP -d %1 @ZDCS-DEL.LST
if exist ZDCS-DEL.LST ARJ D %1 !ZDCS-DEL.LST