Re: 1.7.0 Cannot use any command

2007-05-24 Thread Larry Hall (Cygwin)
Carlos Eduardo Carrillo Ochoa wrote: > Hi, I have just installed Cygwin, I use the cygwin.bat file with this > lines: > > @echo off > > C: > chdir C:\cygwin\bin > > bash --login -i > > So the console opens with the bash user: > > bash-3.2$ > > But I can't use any command, it tells me "Command

Re: 1.7.0 Cannot use any command

2007-05-24 Thread Gary Johnson
On 2007-05-24, Carlos Eduardo Carrillo Ochoa wrote: > Hi, I have just installed Cygwin, I use the cygwin.bat file with this lines: > > @echo off > > C: > chdir C:\cygwin\bin > > bash --login -i > > So the console opens with the bash user: > > bash-3.2$ Because your PS1 prompt looks lik

1.7.0 Cannot use any command

2007-05-24 Thread Carlos Eduardo Carrillo Ochoa
Hi, I have just installed Cygwin, I use the cygwin.bat file with this lines: @echo off C: chdir C:\cygwin\bin bash --login -i So the console opens with the bash user: bash-3.2$ But I can't use any command, it tells me "Command not found": bash-3.2$ ls bash: ls: command not found bash-3.2$ g