Showing posts with label create environment variables. Show all posts
Showing posts with label create environment variables. Show all posts

Saturday, March 22, 2014

Create view and update environment variables in windows os

## Create environment variable
set EV1=PRITOM;AMIT

## Update environment variable
set EV1=%EV1%;ARJUN

## View environment variable
echo %EV1%
Example usage: