X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "pjfarley3" Newsgroups: comp.os.msdos.djgpp Subject: Re: Can ":" be used as a PATH separator? Date: 15 Jul 2005 05:37:17 -0700 Organization: http://groups.google.com Lines: 13 Message-ID: <1121431037.627064.213570@g43g2000cwa.googlegroups.com> References: <1121403042 DOT 238303 DOT 255630 AT g43g2000cwa DOT googlegroups DOT com> NNTP-Posting-Host: 24.215.207.141 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1121431042 20736 127.0.0.1 (15 Jul 2005 12:37:22 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 15 Jul 2005 12:37:22 +0000 (UTC) In-Reply-To: <1121403042.238303.255630@g43g2000cwa.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: g43g2000cwa.googlegroups.com; posting-host=24.215.207.141; posting-account=8j3MmQwAAAAB3MfQxahpC54dm-Irfpks To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Never mind. SLOWLY it all comes back to me. A mind is a terrible thing to waste. I put: +PATH_SEPARATOR=: into the DJGPP.ENV file near the top (right after DJDIR setting) and it automagically worked, converting the PATH to "/dev/c/" and ":" separated. Sorry for the waste of bandwidth. Peter