RapidEE Logo

Rapid Environment Editor

Windows environment variables management

Latest version

Jul 3, 2018
9.2 build 937
download

Make a donation!

If you like this software, you can support development by making a donation

Ads:

Command line parameters

Set variable value

rapidee -S [-C] [-E] [-U | -M] variableName newValue

-S
set value
-C
cleanup variable value (remove duplicate paths and empty elements)
-E
if variable doesn't exist then create it as expandable
-U
process user variables (default option)
-M
process system (machine) variables
Command line Result
rapidee -S foo a;b;c;;b foo=a;b;c;;b
rapidee -S -C foo a;b;c;;b foo=a;b;c

Insert value

rapidee -I [-C] [-E] [-U | -M] variableName value

-I
insert value
Command line Result
rapidee -S foo a;b
rapidee -I foo c

foo=c;a;b

Append value

rapidee -A [-C] [-E] [-U | -M] variableName value

-A
append value
Command line Result
rapidee -S foo a;b
rapidee -A foo c

foo=a;b;c

Remove value

rapidee -R [-C] [-U | -M] variableName value

-R
remove value
Command line Result
rapidee -S foo a;b;c
rapidee -R foo b

foo=a;c

Delete variable

rapidee -D [-U | -M] variableName

-D
delete variable
How to use webcam command line

-->