From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,35abf65fde40e320,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!j31g2000yqa.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: GNAT.Expect on Windows, without terminal window Date: Mon, 8 Feb 2010 13:46:42 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 81.62.20.100 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1265665602 19167 127.0.0.1 (8 Feb 2010 21:46:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 8 Feb 2010 21:46:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j31g2000yqa.googlegroups.com; posting-host=81.62.20.100; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20100104 SeaMonkey/2.0.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9000 Date: 2010-02-08T13:46:42-08:00 List-Id: Hello, A last problem (MS-Windows specific)... The catching of an external process' output with GNAT.Expect is working perfectly now... except if the main procedure is built without an own terminal window (GNAT option: -largs -mwindows). Then, the process is opening (or "someone" does it) a new terminal window and the messages are not piped anymore... Any idea to solve it (get the piping done and even better, not having a terminal window opened for the external process) ? TIA _________________________________________________________ Gautier's Ada programming -- http://sf.net/users/gdemont/ NB: For a direct answer, e-mail address on the Web site!