Prev: SQL error on startup
Next: Reinstalling XP
From: anime on 12 May 2010 09:11 How to set the path in win XP with System > Environment Variables. existing is %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem I need add F:\Source\bin and F:\Source2\code
From: John John - MVP on 12 May 2010 09:28 anime wrote: > How to set the path in win XP with System > Environment Variables. > existing is > %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem > > I need add F:\Source\bin and F:\Source2\code Just edit and add it to the path at the same place, insert semi-colons between the different paths: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;F:\Source\bin;F:\Source2\code John
From: anime on 12 May 2010 10:00 "John John - MVP" <audetweld(a)nbnet.nb.ca> wrote in message news:ubX85bd8KHA.420(a)TK2MSFTNGP02.phx.gbl... > anime wrote: >> How to set the path in win XP with System > Environment Variables. >> existing is >> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem >> >> I need add F:\Source\bin and F:\Source2\code > > Just edit and add it to the path at the same place, insert semi-colons > between the different paths: > > %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;F:\Source\bin;F:\Source2\code > > John ----------- is the path uppercase/lowercase sensitive? Thank you.
From: John John - MVP on 12 May 2010 10:10 anime wrote: > > "John John - MVP" <audetweld(a)nbnet.nb.ca> wrote in message > news:ubX85bd8KHA.420(a)TK2MSFTNGP02.phx.gbl... >> anime wrote: >>> How to set the path in win XP with System > Environment Variables. >>> existing is >>> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem >>> >>> I need add F:\Source\bin and F:\Source2\code >> >> Just edit and add it to the path at the same place, insert semi-colons >> between the different paths: >> >> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;F:\Source\bin;F:\Source2\code >> >> >> John > > ----------- > > is the path uppercase/lowercase sensitive? No. > Thank you. You're welcome. John
From: Tim Slattery on 12 May 2010 12:14
"anime" <anime(a)nospam.microsoft.news> wrote: >How to set the path in win XP with System > Environment Variables. >existing is > %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem > >I need add F:\Source\bin and F:\Source2\code Control Panel|System, Advanced tab. Click the "Environment Variables" button at the bottom of the window. You can change the path and other environment variables for only your own userid, or for everybody (if you have permission). -- Tim Slattery Slattery_T(a)bls.gov http://members.cox.net/slatteryt |