Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

How can i add environment variables to JobScheduler?
The commandline option -env=var_name=var_value adds an environment variable to the Job Scheduler.
This variable is only in the scope of the Job Scheduler established.
If a variable var_name already exists in the user environment then the value of the -env option wins.
A windows service of the Job Scheduler reads only the system and user environment if it has the corresponding user account.

...