Search
Close this search box.

How do I view/see the PATH in a windows environment?

For those of you working with LINUX/UNIX and you’ve typed:

c:> echo $PATH

..in a command line expecting to see everything in your path on startup and saw only ‘PATH’, don’t fret! 

type this instead:

c:> echo %path%

This article is part of the GWB Archives. Original Author: Ask Paula!

Related Posts