home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / k95source.zip / hostcom.ksc < prev    next >
Text File  |  1995-12-02  |  261b  |  12 lines

  1. ; Sample host mode operation for dialin connections.
  2.  
  3. :loop
  4. set modem telebit  ; Replace this appropriately for your configuration
  5. set port 1         ; ditto
  6. set speed 38400    ; ditto
  7. set flow rts/cts   ; ditto
  8. answer
  9. take host.ksc
  10. hangup
  11. goto loop
  12.