home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / apps / 9941 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.2 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!jvnc.net!netnews.upenn.edu!netnews.cc.lehigh.edu!santa.CC.Lehigh.EDU!lubkt
  2. From: lubkt@lehigh.edu (Binod K. Taterway)
  3. Newsgroups: comp.os.os2.apps
  4. Subject: C-Kermit questions...
  5. Message-ID: <lubkt.7.726432095@lehigh.edu>
  6. Date: 7 Jan 93 18:41:35 GMT
  7. Sender: usenet@Lehigh.EDU
  8. Distribution: comp.os.os2.apps,comp.os.os2.misc
  9. Organization: Lehigh University Computing Center
  10. Lines: 19
  11. Nntp-Posting-Host: santa.cc.lehigh.edu
  12.  
  13. I have couple of questions of C-Kermit (5A188/32bit) under OS/2.
  14.  
  15.     1. Is it possible to define a command verb and assign it to
  16.     a function key. I can do this in MS-Kermit as follows:
  17.  
  18.         define doreceive set term clear, receive
  19.         set key \315 \kdoreceive    ; F1 key is assigned to
  20.                         ; the macro doreceive
  21.  
  22.     2. Is there any functionality equivalent to terminalr, terminals,
  23.     and product of MS-Kermit v3.X. I want to be able to send a 
  24.     Kermit escape sequence from the terminal mode (connect mode).
  25.     For example, while connected to a remote host, I want to
  26.     send an escape sequence to invoke the doreceive macro.
  27.  
  28. Thank you advance for your assistance. I am eternally grateful.
  29.  
  30. -Binod Taterway
  31.  bt00@lehigh.edu
  32.