Re: Environment variables for DOS programs

2004-04-07 Thread levent
Corinna Vinschen wrote: man tcsh See the difference between set and setenv. Corinna Well, I always assumed that the problem is extermely subtle. Silly me! The answer was so trivial: 'set' does not 'setenv' Thank you all. -Levent. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Environment variables for DOS programs

2004-04-07 Thread Corinna Vinschen
On Apr 7 15:03, levent wrote: > Hi, > > From my Cygwin terminal, I want to call DOS programs which require > some environment variables to be set properly (such as the commandline > utility *link.exe* of Visual Studio) for current session. > > Unfortunately, this was not possible by simply sett

Re: Environment variables for DOS programs

2004-04-07 Thread Thorsten Kampe
* levent (2004-04-07 21:03 +0100) > From my Cygwin terminal, I want to call DOS programs which require > some environment variables to be set properly (such as the commandline > utility *link.exe* of Visual Studio) for current session. > > Unfortunately, this was not possible by simply setting t

Re: Environment variables for DOS programs

2004-04-07 Thread Larry Hall
At 03:03 PM 4/7/2004, you wrote: >Hi, > > From my Cygwin terminal, I want to call DOS programs which require >some environment variables to be set properly (such as the commandline >utility *link.exe* of Visual Studio) for current session. > >Unfortunately, this was not possible by simply setting

Environment variables for DOS programs

2004-04-07 Thread levent
Hi, From my Cygwin terminal, I want to call DOS programs which require some environment variables to be set properly (such as the commandline utility *link.exe* of Visual Studio) for current session. Unfortunately, this was not possible by simply setting the variables in the shell (I am using tcs