home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR10 / ZR322WB.ZIP / PCBSZ.BAT < prev    next >
DOS Batch File  |  1993-02-22  |  363b  |  18 lines

  1. @echo off
  2. REM Batch was written by Michael Friedl for PCB14.5a
  3. cls
  4. REM ---------------------- ZMODEM senden -------------------------
  5. if exist pcberr.fil del pcberr.fil
  6. if exist pcbdsz.log del pcbdsz.log
  7.  
  8. rem set DSZOPT=r
  9.  
  10. GSZ.EXE ha bo pB4096 estimate 0 %5 p z p sz -m %3
  11.  
  12. if errorlevel 1 goto bad
  13. goto end
  14.  
  15. :bad
  16. copy pcberr.old pcberr.fil
  17. :end
  18.