RE: Directory Path Problem

2003-08-22 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Gerrit P. Haase [mailto:[EMAIL PROTECTED] > Hello Hannu, > > you wrote: > >> From: [EMAIL PROTECTED] > >> Of iftequar mohammed > >> Sent: Thursday, August 21, 2003 1:14 AM > >> To: [EMAIL PROTECTED] > >> Cc: [EMAIL PROTECTED] >

Re: Directory Path Problem

2003-08-22 Thread Gerrit P. Haase
Hello Hannu, you wrote: >> From: [EMAIL PROTECTED] >> Of iftequar mohammed >> Sent: Thursday, August 21, 2003 1:14 AM >> To: [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] >> Subject: RE: Directory Path Problem There is free access to the online archives, so ple

RE: Directory Path Problem

2003-08-22 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of iftequar mohammed > Sent: Thursday, August 21, 2003 1:14 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Directory Path Problem > > > Hi Bill, > Thanks for the response. The proble

RE: Directory Path Problem

2003-08-21 Thread Igor Pechtchanski
Ifti, Add "check_case:relaxed" to your CYGWIN environment variable and reboot. See for details. Igor On Wed, 20 Aug 2003, iftequar mohammed wrote: > Hi Bill, > Thanks for the response. The problem is all my > filenames are in lowerca

RE: Directory Path Problem

2003-08-20 Thread iftequar mohammed
Hi Bill, Thanks for the response. The problem is all my filenames are in lowercase. And my application is referring to them in UPPERCASE. Since unix is case sensitive, it is unable to find them and erroring out. This is not a problem with Windows as it is case insensitive. Now I have to figure out

RE: Directory Path Problem

2003-08-19 Thread Bill McCormick
> My problem would be solved if i can replace /cygwin/c > by c: > > Is there anyway I can do it? That should work ... that is it works for me: If I enter 'cd c:' I go to /cygwin/c. If I enter 'ls c:\winnt' I see the corrent dir listing. What to you see? What to you see if you type 'mount' ?

Directory Path Problem

2003-08-19 Thread iftequar mohammed
Hi, I installed cygwin on windows 2000. My c: drive has been mounted as /cygwin/c Now the problem: My application is looking for files in c:/abc/def/ghi directory. And it errors out saying no such file or directory exists, although the file exists in that folder. The file is located in /cygwi