home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / THTCK240.ZIP / PCBTEST.BAT < prev    next >
DOS Batch File  |  1994-07-02  |  499b  |  15 lines

  1. @ECHO OFF
  2. REM ****  The line below WORK\ is the Location of The Temporary WORK file
  3. REM **** DIRECTORY in your PCBOARD SETUP if Different than WORK\ then
  4. REM **** This you will have to change in this FILE!!!!!
  5.  
  6. IF EXIST C:\TEMP%PCBNODE%\*.* DELTREE /Y C:\TEMP%PCBNODE%
  7. if not exist WORK\PCBFAIL.TXT copy WORK\PCBPASS.TXT
  8. IF EXIST WORK\PCBFAIL.TXT COPY WORK\PCBFAIL.TXT
  9. IF %2 == UPLOAD GOTO END
  10. IF %2 == ATTACH GOTO END
  11.  
  12. REM ******  OLD PCBTEST.BAT IS BELOW THIS LINE!!!!!!!!!!!!
  13.  
  14. :END
  15.