logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Set Environment Variables - Control CMD Instance | Online Free DevTools by Hexmos

Control environment variables with Set Environment Variables. Quickly set and display variables for CMD instance. Free online tool, no registration required.

set

Display or set environment variables for the current instance of CMD. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/set.

  • List all current environment variables:

set

  • Set an environment variable to a specific value:

set {{name}}={{value}}

  • List environment variables starting with the specified string:

set {{name}}

  • Prompt the user for a value for the specified variable:

set /p {{name}}={{prompt_string}}

See Also