Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
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.
...