4
By default, cygwin maps my c:\
as /cygrive/c
and this is causing some programs some issues. How can I permanently map c:\
to /
?
The cygwin c
documentation is really hard to follow... I have no idea what to look for.
I'm using the latest Cygwin.
Unfortunately I can't remember the exact program, but it it did have to do with a Windows program run from bash and it did not like the /cygdrive/c part. How can i change to '/c' ? – Ayman – 2011-04-12T14:22:33.333
I doubt a Windows program that gets its origin path from Bash would like "/" either. – CarlF – 2011-04-12T15:47:00.717
That is the "good" thing. a Windows program does accept / in the path. Not in the command prompt, but you can pass it using script or config files and it would work. – Ayman – 2011-04-12T16:11:12.307