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%