path environment variable assembly

E

Eric Bentley

I have a user variable PATH set to c:\tools; and system variable Path
set to a number of different paths. When I open a cmd window and type
path, I see my path is assembled as:

PATH=<system Path><user PATH><system Path><specific application path>

I have not determined what is appending the system path a second time
and what is adding the specific application path either.

I have another machine that correctly assembles the path as:

PATH=<system Path><user PATH>

Any idea what is adding the extra assemblies to my path?

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top