home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PROTOCOL / KERPROT.ZIP / KERMIT.DOC < prev    next >
Text File  |  1993-12-08  |  861b  |  33 lines

  1. Kermit Batch Downloading for PCBoard v15.x
  2.  
  3. 1) Copy PCKERMIT.EXE and PCBSK.BAT into your PCBoard subdirectory.
  4.  
  5. 2) Go PCBSetup | File Locations | Configuration Files and edit your
  6.    protocol data file.  Add this to your file.
  7.  
  8.        K   D   1024   N  N  N    Kermit Protocol
  9.  
  10.  
  11. By making it a 'D' instead of an 'S' you are telling PCBoard to allow the
  12. caller to specify multiple files for downloading.
  13.  
  14. 3) Add PCBSK.BAT to your PCB subdirectory.   Here is what the file should
  15.    look like.  Tthe following is the PCBSK.BAT
  16.  
  17.      @ECHO ON
  18.      IF EXIST PCBERR.FIL DEL PCBERR.FIL
  19.      PCKERMIT -C -L COM%1 -B 19200 -M 31 -P N -S %3
  20.  
  21.  
  22. That's all there is to it.    If you have furthur questions, please leave
  23. me a message:
  24.  
  25.        Steve Morris
  26.        Salt Air BBS: 801-261-8976
  27.  
  28.           or
  29.  
  30.        steve.morris@clarkdev.com
  31.  
  32.  
  33.