Date: Sun, 19 Oct 1997 17:15:41 +0200 (IST) From: Eli Zaretskii To: Hans Ecke cc: djgpp AT delorie DOT com Subject: Re: Running programs from inside bash In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 16 Oct 1997, Hans Ecke wrote: > Most of the programs I want to run inside of bash don't work. All of the programs that you say don't work are non-DJGPP programs. Is it correct that *every* DJGPP-compiled program works? If that's true, then I would suspect the PATH variable. Depending on your setup, Bash might change it to e.g. forward slashes; it can even change "C:\FOO\BAR" into "//c/foo/bar" which will probably confuse many DOS programs. So please post here the output of the command "set" when issued inside Bash. (Say "set > env.lst" and post the contents of env.lst.)