OK, so you can run something like
start iexplore
in cmd and have it run internet explorer.
Is there a way to allow the same sort of behavior with something like, javac.exe (or some other utility exe)?
I don't want to have to type
"C:\Program Files\Java\jdk1.8.0_31\bin\javac.exe"
to run javac every time I need to via CL.