Xref: news2.mv.net comp.os.msdos.djgpp:1361 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: spawnlp() vs system() Date: Thu, 22 Feb 1996 21:05:04 CST Organization: Rice University, Houston, Texas Lines: 7 Message-ID: <312d2ee0.sandmann@clio.rice.edu> References: <199602212337 DOT SAA07025 AT delorie DOT com> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > V1's spawn*() tries to run the program directly (to pass the arguments > correctly), and dies because it doesn't know how. system() always Doesn't renaming GO32-V2.EXE to GO32.EXE and putting it in the path before the V1.x GO32 work around this problem? (GO32-V2 knows how to run V2 programs, and passes V1 requests to the V1 GO32). I might be misssing something.