home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UPCHECK / H_RUCK10.ZIP / PCBTEST.BAT < prev    next >
DOS Batch File  |  1993-08-20  |  310b  |  16 lines

  1. @echo off
  2. c:\pcb\h-ruck\h-ruck c:\pcb\h-ruck\h-ruck.cnf %1 %2
  3. if errorlevel == 95 goto ziplab
  4. if errorlevel == 1 goto end
  5. goto end
  6.  
  7. :ziplab
  8. c:\ziplab\zlab.exe %1 c:\pcb c:\ziplab %2
  9.  
  10.  
  11. :end
  12. cd c:\pcb
  13. if exist h-ruck.txt copy h-ruck.txt pcbpass.txt > nul
  14. if exist h-ruck.txt del h-ruck.txt > nul
  15.  
  16.