From dev-return-8472-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Nov 20 18:58:35 2002 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 66655 invoked by uid 500); 20 Nov 2002 18:58:34 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 66636 invoked from network); 20 Nov 2002 18:58:33 -0000 Message-Id: <5.1.0.14.2.20021120125603.041ae2e8@pop3.rowe-clan.net> X-Sender: admin%rowe-clan.net@pop3.rowe-clan.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Nov 2002 12:56:56 -0600 To: "Ich Selbst" From: "William A. Rowe, Jr." Subject: Re: apr_proc_create Cc: In-Reply-To: <006c01c29003$348f8dc0$3140d0c2@catv64254> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-OriginalArrivalTime: 20 Nov 2002 18:58:27.0671 (UTC) FILETIME=[CF5D2E70:01C290C6] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N IIRC... if you do this, you lose stdin/out/err, which are set up by the cmd engine. I believe this is the reason that flag wasn't used. Bill At 01:38 PM 11/19/2002, Ich Selbst wrote: >Hi, > >in file apr/threadproc/win32/proc.c on line 337 >I think there should be added another line: > >dwCreationFlags |= CREATE_NO_WINDOW; > >that's to hide the command window (console). > >Windows docs say: > >Windows NT/2000/XP: This flag is valid only when starting a console >application. If set, the console application is run without a console >window. >This flag cannot be used with MS-DOS-based applications. > > >kind regards, > >Steve