Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!titan!lofaso From: lofaso@titan.tsd.arlut.utexas.edu (Bernie Lofaso) Newsgroups: comp.sys.amiga.tech Subject: Adding Arexx Port Message-ID: <611@titan.tsd.arlut.utexas.edu> Date: 9 Mar 90 22:09:39 GMT Reply-To: lofaso@titan.tsd.arlut.utexas.edu (Bernie Lofaso) Distribution: usa Organization: Applied Research Labs, University of Texas at Austin Lines: 16 I've recently been comtemplating adding an Arexx port to an existing application. The application has an interactive user interface which mearly accepts commands typed at the console and performs the indicated action, potentially printing output. I would like Arexx to be able to send commands just as the user can type them in. I would like to be able to receive commands from both sources simultaneously. The only way I can think of doing this is to find the port (and hence signal) that the console is using so I can either have Arexx send to the console's port, or wait on signal from the two separate ports simultaneously. Since I don't know how to get the port being used by the console, I'm stuck on both solutions. A third less desirable solution would be to open a window and open an IDCMP port to recieve both inputs. Can someone guide me toward one of these solutions. The fastest that does what I want is most desirable. Bernie Lofaso (lofaso@titan.tsd.arlut.utexas.edu)