emqueuer Posted January 20, 2009 Report Share Posted January 20, 2009 I am trying to display/print the environment variables on my system using the command line but am not sure which directory I should navigate to and also I'm unsure about the actual command itself.One solution is to ggo via the Control Center>System>etc... but this only allows me to select, copy and paste individual environment variables - I need them all hopefully in one fell swoop.Can anyone help with this please?Thank you in advance. Quote Link to comment Share on other sites More sharing options...
mob Posted January 20, 2009 Report Share Posted January 20, 2009 I am trying to display/print the environment variables on my system using the command line but am not sure which directory I should navigate to and also I'm unsure about the actual command itself.One solution is to ggo via the Control Center>System>etc... but this only allows me to select, copy and paste individual environment variables - I need them all hopefully in one fell swoop.Can anyone help with this please?Thank you in advance.Run Command Promt and type path then press enter. This will display variables. Quote Link to comment Share on other sites More sharing options...
emqueuer Posted January 20, 2009 Author Report Share Posted January 20, 2009 thank you very much Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted January 21, 2009 Report Share Posted January 21, 2009 Run Command Promt and type path then press enter. This will display variables.Not quite; the PATH command will display the search path for executable files.It is the SET command (without parameters) that displays the active environment variables. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.