Aside from setting N environment variables using these steps:
- Open System Properties
- Click Advanced system settings
- Click Environment Variables
- Create/Update/Delete Environment Variables
Is there a way to set multiple environment variables on a text file and load it on command prompt? The file would look like this:
SET <VariableName>=<PATH>
SET <VariableName>=<PATH>
SET <VariableName>=<PATH>
SET <VariableName>=<PATH>
SET <VariableName>=<PATH>
If so, what command should I run if the file would be saved as EnvironmentVariables.txt