Date: Sat, 02 Sep 2000 15:37:12 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: rich AT phekda DOT freeserve DOT co DOT uk Message-Id: <9427-Sat02Sep2000153710+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp-workers AT delorie DOT com In-reply-to: <39B0DC84.389C0357@phekda.freeserve.co.uk> (message from Richard Dawe on Sat, 02 Sep 2000 11:55:00 +0100) Subject: Re: Doc for __dosexec_find_on_path() References: <39B0DC84 DOT 389C0357 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 02 Sep 2000 11:55:00 +0100 > From: Richard Dawe > > Please find attached a slight elaboration of Eli's description of > __dosexec_find_on_path(). Thanks! > I suggest that this file is called dxfndpth.txh, but the name isn't that > important. I also suggest that dosexec.txh is renamed to spawn.txh, since > it describes the spawn*() functions rather than any of the *dosexec*() > functions. I'd rather add your contribution to dosexec.txh. Do you see something wrong with that? > While writing this document, I noticed that dosexec.c does not have an > interpreter for .cmd files. I think these are Windows NT batch files, > perhaps OS/2. I wonder how easy it would be to add support for these? What would that support have to be? If you need cmd.exe to get *.cmd files supported, what would a program do when cmd.exe isn't available? > I was also wondering about my dpmi.h patch. It's on my todo list, don't worry. I'll get to it, eventually...