Message-ID: <915C65C50371D11187AD0000F881B9A401858CBC@bcarua62.ca.nortel.com> From: "Ian Chapman" To: "'Eli Zaretskii'" Cc: djgpp AT delorie DOT com Subject: RE: Install BASH shell Date: Fri, 2 Oct 1998 15:33:05 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain > From: Eli Zaretskii[SMTP:eliz AT is DOT elta DOT co DOT il] > Sent: Thursday, October 01, 1998 2:27 PM > To: Chapman, Ian [CAR:TM14:EXCH] > Cc: djgpp AT delorie DOT com > Subject: Re: Install BASH shell > > > 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. > Eli, I guess that's because you are all set up before you started. I also guess that you did a start run bash. It did not even start for me. My paths are not in autoexec.bat when I start djgpp work(I run a dj.bat to do that). I'm not even sure if autoexec.bat is run on starting a dos box. However, path\boot.bat Icon got bash going, sort of. "ls" works and "less file.txt" also works but "ls | less" gives pipe error less not found. However in both straight dos and bash under dos "ls | less" is normal. Also under bash (no dos) Norton Change Directory functions normally but does not change directories. Really strange. A number of members have sent me some more things to try. I'll give it another go. Thanks for the help. Regards Ian.