This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.7.0 Cannot use any command


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$ gcc -o hello hello.c
bash: gcc: command not found
bash-3.2$ mkdir -p //MACHINE/Share/path/to/new/dir
bash: mkdir: command not fount

I have installed the Cygwin with the defaults, Is there any configuration that I have to set?.

Thanks.

--Forgive my bad english hehe.


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]