Search This Blog

2017/03/19

Check environment variables by command line

Windows syntax:
SET [variable name=[variable value]]

List all: SET
Output help: SET /?
Output variable start with "P": SET P
Output variable by name: SET Home

No comments :

Post a Comment