Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Tue, 28 Oct 2003 11:11:07 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: fergus AT bonhard DOT uklinux DOT net cc: cygwin AT cygwin DOT com Subject: Re: PATH: getting the order right In-Reply-To: <000a01c39d6c$47f8c3a0$580210ac@tcgp.dundee.ac.uk> Message-ID: References: <000a01c39d6c$47f8c3a0$580210ac AT tcgp DOT dundee DOT ac DOT uk> Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 28 Oct 2003 fergus AT bonhard DOT uklinux DOT net wrote: > I like putting c:\;c:\Cygwin\bin;c:\Cygwin\usr\X11R6\bin before > c:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem in my Windows path. > For the first tine I am using a computer that is administered by somebody > else (I hate this more than I can say) and in My Computer -> Properties -> > Advanced -> Environment variables I find the System-defined path (what I > want to come 2nd) necessarly precedes the User-defined path. Can anybody > help me fix this ordering? Thank you. Fergus Either use bash or create a batch file and set the PATH there... E.g., CygCmd.bat: @echo off set PATH=c:\;c:\Cygwin\bin;c:\Cygwin\usr\X11R6\bin;%PATH% cd %HOMEDRIVE%%HOMEPATH% %SystemRoot%\system32\cmd.exe HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/