Re: tcsh doesn't find commands that end with .exe

2005-06-15 Thread Corinna Vinschen
On Jun 14 16:22, Volker Quetschke wrote: Corinna Vinschen wrote: (...) And all lower case, (cygwin only). Try something like this: Well, it seemed like a good idea way back when. But I agree that it's probably not quite contemporary anymore. Try the below patch. It removes the 'all

Re: tcsh doesn't find commands that end with .exe

2005-06-14 Thread Corinna Vinschen
On Jun 13 20:12, Volker Quetschke wrote: tcsh doesn't find the program if the .exe extension is given. whoami is only an example, this also happens to other programs. [...] And all lower case, (cygwin only). Try something like this: Well, it seemed like a good idea way back when. But I

Re: tcsh doesn't find commands that end with .exe

2005-06-14 Thread Volker Quetschke
Corinna Vinschen wrote: (...) And all lower case, (cygwin only). Try something like this: Well, it seemed like a good idea way back when. But I agree that it's probably not quite contemporary anymore. Try the below patch. It removes the 'all lowercase' and it allows to enter all tools with

tcsh doesn't find commands that end with .exe

2005-06-13 Thread Volker Quetschke
I have the following problem with tcsh: tcsh doesn't find the program if the .exe extension is given. whoami is only an example, this also happens to other programs. [EMAIL PROTECTED] ~]$ which whoami /usr/bin/whoami [EMAIL PROTECTED] ~]$ which whoami.exe whoami.exe: Command not found. [EMAIL

Re: tcsh doesn't find commands that end with .exe

2005-06-13 Thread Corinna Vinschen
On Jun 13 11:34, Volker Quetschke wrote: I have the following problem with tcsh: tcsh doesn't find the program if the .exe extension is given. whoami is only an example, this also happens to other programs. [EMAIL PROTECTED] ~]$ which whoami /usr/bin/whoami [EMAIL PROTECTED] ~]$ which

Re: tcsh doesn't find commands that end with .exe

2005-06-13 Thread Volker Quetschke
Corinna Vinschen wrote: I have the following problem with tcsh: tcsh doesn't find the program if the .exe extension is given. whoami is only an example, this also happens to other programs. [EMAIL PROTECTED] ~]$ which whoami /usr/bin/whoami [EMAIL PROTECTED] ~]$ which whoami.exe whoami.exe:

Re: tcsh doesn't find commands that end with .exe

2005-06-13 Thread Corinna Vinschen
On Jun 13 12:09, Volker Quetschke wrote: Corinna Vinschen wrote: I have the following problem with tcsh: tcsh doesn't find the program if the .exe extension is given. whoami is only an example, this also happens to other programs. [EMAIL PROTECTED] ~]$ which whoami /usr/bin/whoami

Re: tcsh doesn't find commands that end with .exe

2005-06-13 Thread Shankar Unni
Corinna Vinschen wrote: Dunno why it prints cmd.exe but by design (minus flaws) tcsh only starts applications given w/o path if the application is in the internal hash table. The internal hash table stores the application names w/o .exe suffix. Odd. The native build of tcsh on Win32 seems to

Re: tcsh doesn't find commands that end with .exe

2005-06-13 Thread Corinna Vinschen
On Jun 13 11:35, Shankar Unni wrote: Corinna Vinschen wrote: Dunno why it prints cmd.exe but by design (minus flaws) tcsh only starts applications given w/o path if the application is in the internal hash table. The internal hash table stores the application names w/o .exe suffix. Odd.

Re: tcsh doesn't find commands that end with .exe

2005-06-13 Thread Volker Quetschke
I have the following problem with tcsh: tcsh doesn't find the program if the .exe extension is given. whoami is only an example, this also happens to other programs. [EMAIL PROTECTED] ~]$ which whoami /usr/bin/whoami [EMAIL PROTECTED] ~]$ which whoami.exe whoami.exe: Command not found. (snip)