From: Howlin' Bob (gt8134b@prism.gatech.EDU)
Date: 08/07/93


From: gt8134b@prism.gatech.EDU (Howlin' Bob)
Subject: Re: Starting term from kermit??
Date: 7 Aug 1993 06:56:45 GMT

In <1993Aug5.063524.8982@wixer.bga.com> raistlin@wixer.bga.com (Eli Boaz) writes:

>In article <23pr0i$q7k@senator-bedfellow.MIT.EDU> dpjunk@mmm.com writes:
>>Somebody posted a kermit macro a few weeks ago that would start term or
>>end term right from kermit. Will that somebody please e-mail the macros?
>>Please!!!! Thanks in advance!

>Just type ^]c to get back to the kermit prompt, and then type:
> !term </dev/[modem_port] >/dev/[modem_port] [options]

Put this in your ~/.kermrc file to automate things:

     define rz !rz < \v(line) > \v(line)
     define sz !sz \%1 \%2 \%3 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
     define term !term < \v(line) > \v(line)

\v(line) is the kermit variable standing for the current line :-)
Then, to start term, type ctrl-]c term [ENTER].

-- 
Robert Sanders
Georgia Institute of Technology, Atlanta Georgia, 30332
uucp:     ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!gt8134b
Internet: gt8134b@prism.gatech.edu