home *** CD-ROM | disk | FTP | other *** search
- 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
- From: rommel@jonas.gold.sub.org (Kai Uwe Rommel)
- Newsgroups: comp.os.os2.apps
- Subject: Re: Zmodem from within CKermit... how to ? (was Re: CKermit - help!)
- Message-ID: <724365857rommel.root@jonas.gold.sub.org>
- Date: 14 Dec 92 20:44:17 GMT
- References: <NMOUAWAD.92Dec13182754@math.waterloo.edu> <1992Dec14.005123.24444@midway.uchicago.edu> <Dec.14.05.51.07.1992.22767@gandalf.rutgers.edu>
- Sender: root@jonas.gold.sub.org
- Organization: Private
- Lines: 24
-
- In article <Dec.14.05.51.07.1992.22767@gandalf.rutgers.edu> lclarke@gandalf.rutgers.edu (Lee Clarke) writes:
- >Could someone provide a short description of how m2modem and ckermit
- >work together? The docs are not clear enough for me to figure it out. TIA.
-
- In my ckermit.ini, I have two very simple macros:
-
- define sz !m2zmodem -u \v(ttyfd) -h -prty 0 -s \%1
- define rz !m2zmodem -u \v(ttyfd) -h -prty 0 -t -res -r \%1
-
- That means, you can enter rz and sz on the C-Kermit> prompt just like
- you can enter send and receive. The \v(ttyfd) expands the the file
- handle used for the COM port to pass it to m2zmodem. See the m2zmodem
- docs for the other arguments. You need to have m2zmodem (and it's
- message file) in PATH and DPATH.
-
- Kai Uwe Rommel
-
- --
- /* Kai Uwe Rommel Muenchen, Germany *
- * rommel@jonas.gold.sub.org Phone +49 89 723 4101 *
- * rommel@informatik.tu-muenchen.de Fax +49 89 723 7889 */
-
- DOS ... is still a real mode only non-reentrant interrupt
- handler, and always will be. -Russell Williams
-