Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!new From: new@udel.edu (Darren New) Newsgroups: comp.lang.rexx Subject: Re: Something useful with AREXX Keywords: dme Message-ID: <6228@nigel.udel.EDU> Date: 15 Dec 89 17:59:17 GMT References: <2897@pur-phy> <9031@cbmvax.commodore.com> Sender: usenet@udel.EDU Reply-To: new@udel.edu (Darren New) Organization: University of Delaware Lines: 8 DME does have an AREXX port capability, but it is a little limited. Basically (from reading the code) it creates a port when you issue a rexx command from within DME, it ignores (mostly) the keyboard until the command comes back, and then it tosses the port. Therefore, you cannot run rexx and dme asyncronously and have them talk. Again, this is from an inspection of the code for the version of DME that I have, so I may be wrong. -- Darren