Environment per-application ?

  • Thread starter Thread starter Tiago Rossi
  • Start date Start date
T

Tiago Rossi

Is there a way to set enviroment variables per application on windows ?
 
Tiago Rossi said:
Is there a way to set enviroment variables per application on windows ?

For a command-line app, you could create a batch file that sets the
variables, then starts the app. I'm not sure that would work for a GUI
app though, I think when you start a GUI app from the command line it
starts in its own process, with a fresh copy of the environment
variables. You could try and see whether it works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top