Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!mit-eddie!attctc!jolnet!caw From: caw@jolnet.ORPK.IL.US (Chris Wichura) Newsgroups: comp.sys.amiga Subject: Re: CEDPro Review please Keywords: CEDPro 2 ASDG CygnusEd Message-ID: <2576@jolnet.ORPK.IL.US> Date: 28 Dec 89 08:08:32 GMT References: <997@madnix.UUCP> <657@bmers58.UUCP> <1001@madnix.UUCP> <27914.25942f69@drunivac.uucp> <2448@jato.Jpl.Nasa.Gov> <2575@jolnet.ORPK.IL.US> Reply-To: caw@jolnet.UUCP (Chris Wichura) Organization: Jolnet, Public Access Unix, Orland Park (Joliet), Ill. Lines: 16 I also noticed something about the new CEDPro. Previously, when I started an ARexx script it would open that damned CON: window which wasn't really even a CON: as any ADos program your script might have called considered it to be non-interactive. Well, now the new version doesn't open the window. However, this has caused me some problems. Namely, I have a CED script that I used to compile a program I have been working on (never did learn to use makefiles very well...) and when it hits the LC command it GURUs where the old version didn't. This is mainly due to Lattice's insistance of sending the stupid copyright message to stderr (which is created with Open("*", ...)) rather than to stdout (the script re-directs the output to a temp file). When LC tries to print Lattice's banner it falls flat on its face. I am using ARexx 1.10, which, as I understand it, should be creating a new CLI for each script that is run. Am I doing something seriously wrong here? Christopher A. Wichura (u12401@uicvm.uic.edu -- my home account)