Re: Recover the original dos PATH within cygwin

2003-10-16 Thread Corinna Vinschen
On Thu, Oct 16, 2003 at 10:34:28AM +0200, Pietro Toniolo wrote: > Is there a way to access the original dos PATH from a cygwin command? I PATH_DOS_SAVED=`cygpath -wp "$PATH"` Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer

Recover the original dos PATH within cygwin

2003-10-16 Thread Pietro Toniolo
I use to have c:\cygwin\bin in my dos path, and I normally use cygwin version of gawk to implement extensions to the w2k/dos command prompt. I have written a "whence" utility that prints the full path of the commands I put on the command line. The problem is: the cygwin version of gawk does not hav