home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / apps / 9325 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!chnews!hfglobe!imutm1.de.intel.com!gold.sub.org!jonas.gold.sub.org!rommel
  2. From: rommel@jonas.gold.sub.org (Kai Uwe Rommel)
  3. Newsgroups: comp.os.os2.apps
  4. Subject: Re: Zmodem from within CKermit... how to ? (was Re: CKermit - help!)
  5. Message-ID: <724365857rommel.root@jonas.gold.sub.org>
  6. Date: 14 Dec 92 20:44:17 GMT
  7. References: <NMOUAWAD.92Dec13182754@math.waterloo.edu> <1992Dec14.005123.24444@midway.uchicago.edu> <Dec.14.05.51.07.1992.22767@gandalf.rutgers.edu>
  8. Sender: root@jonas.gold.sub.org
  9. Organization: Private
  10. Lines: 24
  11.  
  12. In article <Dec.14.05.51.07.1992.22767@gandalf.rutgers.edu> lclarke@gandalf.rutgers.edu (Lee Clarke) writes:
  13. >Could someone provide a short description of how m2modem and ckermit
  14. >work together? The docs are not clear enough for me to figure it out. TIA.
  15.  
  16. In my ckermit.ini, I have two very simple macros:
  17.  
  18. define sz !m2zmodem -u \v(ttyfd) -h -prty 0 -s \%1
  19. define rz !m2zmodem -u \v(ttyfd) -h -prty 0 -t -res -r \%1
  20.  
  21. That means, you can enter rz and sz on the C-Kermit> prompt just like
  22. you can enter send and receive. The \v(ttyfd) expands the the file
  23. handle used for the COM port to pass it to m2zmodem. See the m2zmodem
  24. docs for the other arguments. You need to have m2zmodem (and it's
  25. message file) in PATH and DPATH.
  26.  
  27. Kai Uwe Rommel
  28.  
  29. --
  30. /* Kai Uwe Rommel                                      Muenchen, Germany *
  31.  * rommel@jonas.gold.sub.org                       Phone +49 89 723 4101 *
  32.  * rommel@informatik.tu-muenchen.de                  Fax +49 89 723 7889 */
  33.  
  34. DOS ... is still a real mode only non-reentrant interrupt
  35. handler, and always will be.                -Russell Williams
  36.