Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.14 KB

File metadata and controls

14 lines (11 loc) · 1.14 KB

K9.OS.SetEnvironmentVariable

Set different environment variables based on inputs.

Arguments

Argument Description Required Default
USER-KEYS A comma-delimited list of user-level environmental variables' keys.
USER-VALUES A comma-delimited list of user-level environmental variables' values.
USER-TARGET The path to a file storing a comma-separated list of user-level environmental variables.
SYSTEM-KEYS A comma-delimited list of system-wide environmental variables' keys.
SYSTEM-VALUES A comma-delimited list of system-wide environmental variables' values.
SYSTEM-TARGET The path to a file storing a comma-separated list of system-wide environmental variables.