home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist pcbpass.txt del pcbpass.txt
- if exist pcbfail.txt del pcbfail.txt
-
- testfile %1 gif zip
- if errorlevel = = 98 goto end
- if errorlevel = = 2 goto zip
- if errorlevel = = 1 goto gif
-
- :zip
- rem ExzTest %1 %2 /SN <- No longer used
- IF %2 == UPLOAD PCBDESC %1 %3 <- Check for File_ID.DIZ
- if errorlevel == 5 goto end
- h:\util\rwwarn %3 <- Here's were I call RWWARN
- goto end Be SURE to add the %3
-
- :gif
- rem FWKCS %1 %2 %3 /t20a5[cdef]
- copy h:\pcb\updesc.gif pcbfail.txt >nul <- Don't ask! |-)
- goto end
-
- :end <- Wow! That was fast..