home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.apps
- Path: sparky!uunet!gatech!news.byu.edu!hamblin.math.byu.edu!sol.ctr.columbia.edu!spool.mu.edu!agate!dog.ee.lbl.gov!news!manta!medin
- From: medin@nosc.mil (Ted Medin)
- Subject: Re: Zmodem from within CKermit... how to ? (was Re: CKermit - help!)
- Message-ID: <1992Dec14.182200.28118@nosc.mil>
- Organization: Naval Ocean Systems Center, San Diego, CA
- References: <NMOUAWAD.92Dec13182754@math.waterloo.edu> <1992Dec14.005123.24444@midway.uchicago.edu> <Dec.14.05.51.07.1992.22767@gandalf.rutgers.edu>
- Date: Mon, 14 Dec 1992 18:22:00 GMT
- Lines: 28
-
- 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.
-
-
- Here is what works for me:
- sz filename - start sending zmodem on the host (may need -b)
- alt-x - back to ckermit
- push - now to os/2
- runzmck - execute the runzmck.cmd file
-
- This down loads one file.
-
- ----- file runzmck.cmd -----------------------------------------
- set dpath=%dpath%c:\os2\apps\zmodem;
- set path=%path%c:\os2\apps\zmodem;
- set m2z=-l com1 -b 19200 -h
- set rz=c:\os2\dat
- set sz=c:\os2\dat
- m2zmodem -r -f 1
- ----------------------------------------------------------------
-
- m2zmodem is in os2\apps\zmodem
- several changes you may want to make to the m2zmodem line for multiple files
- sending instead of recieving ...
- this is for com1
-
- Hope this helps
-