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

  1. @echo off
  2. REM Batch was written by Michael Friedl for PCB14.5a
  3. rem ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ Z-MODEM empfangen ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  4. if exist pcberr.fil del pcberr.fil
  5. if exist pcbdsz.log del pcbdsz.log
  6. cd %3
  7.  
  8. rem ▒▒▒▒▒▒▒▒▒▒▒ einschalten Intelligent Crashrecovery ▒▒▒▒▒▒▒▒▒▒▒▒▒
  9.  
  10. rem set DSZOPT=r
  11.  
  12. gsz.exe port %1 speed %2 ha both est 0 %5 pB4096 restrict rz -m
  13.  
  14. cd c:%PCBDIR%
  15.  
  16. if errorlevel 1 goto bad
  17. goto end
  18.  
  19. :bad
  20. copy pcberr.old pcberr.fil
  21. :end
  22.