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/