Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!duncan From: duncan@csd4.milw.wisc.edu (Shan D Duncan) Newsgroups: comp.sys.amiga Subject: Re: simple multitasking examples Message-ID: <902@csd4.milw.wisc.edu> Date: 12 Feb 89 03:50:53 GMT References: <3031@ihlpm.ATT.COM> <603NETOPRHM@NCSUVM> Sender: news@csd4.milw.wisc.edu Reply-To: duncan@csd4.milw.wisc.edu (Shan D Duncan) Organization: University of Wisconsin - Milw. Biol. Sci. Dept. Lines: 10 In article <603NETOPRHM@NCSUVM> NETOPRHM@NCSUVM.BITNET (Hal Meeks) writes: >I think the best example is using AREXX. A simple example would be how >VLT and TxEd+ are able to work together. Two programs, running concurrently >that are able to pass data back and forth to one another. > I was impressed by vlt + arexx + editor to simulate a interactive command line for those who do not have something like tcsh. Using the editor to composes commands which are sent out over the modem every time the return key is hit but not before. Neat!