Date: Thu, 1 Oct 1998 21:27:01 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Ian Chapman cc: djgpp AT delorie DOT com Subject: Re: Install BASH shell In-Reply-To: <36126060.63AFC7A0@nt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 30 Sep 1998, Ian Chapman wrote: > So I made a dos short cut renamed it BASH then properties and program > tab and changed the command line window from command.com to > e:\djgpp\bin\bash.exe. That gave me a BASH shell more ignorant than > me. About all I could do was a cd from C: to E: and then into djgpp\bin > so I guess I was missing path stuff. Bash did not even recognize a path > command. I didn't have time right now to try with the shortcut, but I did something that should have identical effect: clicked "START", typed "bash" and clicked "OK". This gave me a new DOS box running a fully-functional Bash. In particular, "PATH=c:/djgpp/bin" etc. worked for me, and typing "set" showed the full PATH. So please describe the problems in more details.