home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / dec20 / k20mit.ini < prev    next >
Text File  |  2020-01-01  |  883b  |  25 lines

  1. ; Sample KERMIT-20 initialization file.
  2. ;
  3. ; First, some macros for quickly adjusting to line conditions.
  4. ;
  5. define noisy block-check 2, send packet-length 60, retry packet 10
  6. define very-noisy block-check 3, send packet-length 40, retry packet 20
  7. define clean block-check 1, send packet-length 94, retry packet 5
  8. ;
  9. ; A macro for turning off all timeouts.
  10. ;
  11. define notimeout send timeout 0, receive timeout 0, receive server 0
  12. ;
  13. ; Macros for quickly adapting to various networks and hosts
  14. ;
  15. define telenet parity mark
  16. define ibm     parity mark, duplex half, handshake xon, send packet-len 80
  17. define pacx    parity none, duplex full, handshake none, flow none
  18. define unix    parity none, duplex full, handshake none
  19. define msdos   parity none, duplex full, handshake none, flow xon
  20. ;
  21. ; SET commands for changing default escape character and prompt.
  22. ;
  23. set escape 37
  24. set prompt B::K-20>
  25.