home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / ZDCS203.ZIP / PCBTEST3.BAT < prev    next >
DOS Batch File  |  1994-03-28  |  385b  |  15 lines

  1. @Echo off
  2. cls
  3.  
  4. if '%2' == 'UPLOAD' pcbdesc %1 %3
  5.  
  6. REM * * Clean out old copies of these files, just in case. * *
  7. if exist PCBFAIL.TXT del PCBFAIL.TXT
  8. if exist PCBPASS.TXT del PCBPASS.TXT
  9. if exist ZDCS-DEL.LST del ZDCS-DEL.LST
  10.  
  11. Q:\PCB\ZIPLAB\ZLAB.EXE %1 Q:\PCB Q:\PCB\ZIPLAB %2
  12.  
  13. if exist ZDCS-DEL.LST PKZIP -d %1 @ZDCS-DEL.LST
  14. if exist ZDCS-DEL.LST ARJ D %1 !ZDCS-DEL.LST
  15.