So I set my environment variables and their value correctly.
When I open cmd and enter the variable's name i get an error saying:
(variable name here) is not recognized as an internal or external command, operable program or batch file.
So far I ran the SET command that prints out all the environmental variables and I could see the variables I am trying to submit do exist!.
In addition, when I tried and entered %variable name% the variable did work.
How can i set the environmental variables so simply entering their names on the command prompt will be enough to run their value?