home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / b / krt.ini < prev    next >
Text File  |  2020-01-01  |  1KB  |  38 lines

  1. !  E X A M P L E  KRT.INI  Initialization for KRT,KRTTSX  V03.63  27-Sep-1997
  2.  
  3. ! Select the desired options by pulling the "!" from them
  4. ! Add whatever else you'd like done when Kermit is started
  5.  
  6. ! Multiple users under TSX-Plus with possibly assorted modems
  7. ! This seeks the first available line/port from those specified
  8. ! May be installed on SY to be shared by all users, see HELP SET CL
  9. !
  10. !SET CL PORTS 9/19200/T25/3 11/2400/H/6 8/2400/H/4 ! sets MODEM, XMODE too
  11. !SET CL UNITS 2 1 0
  12. !SET CL PRIORITY 71    ! don't drop chars at high speeds
  13. !SET CL LINE *    ! search for first available combination of the above
  14. ! For efficiency's sake, the above may be reduced to:
  15. !SET CL POR 9/19200/T25/3 11/2400/H/6 8/2400/H/4,UNI 2 1 0,PRI 71,LIN *
  16.  
  17. ! Single user under TSX-Plus
  18. !
  19. !SET CL0 LINE 9        ! includes "SET LINE CL0," unneeded by PRO-series
  20. !SET SPE 2400        ! CL or KM only, others must do from monitor
  21. !SET MOD HAYES
  22. !SET PHO XMODE 4    ! enable CONNECT/speed messages for fall back
  23.  
  24. ! Generic RT-11 ..    ! don't use long packets thru TT here..
  25. !
  26. !SET LINE KM        ! to call out..
  27. !SET FLOW_CONTROL RTS    ! if preferred, must be enabled in hardware too
  28. !SET MOD HAYES
  29.  
  30. ! System-independent items
  31. !
  32. SET LONG ON        ! enable long packets
  33. SET SL ON,KED        ! turn on SL editor, enable its KED mode
  34. SET PHONE TONE
  35. SET FILE CSI-PARSING EMULATED
  36. SET PROMPT "Kermit-11> "
  37. SET PHO NUM DECUS 1 800 521-8950    ! Username: INFORMATION for info..
  38.