Green Light Coding presents a new tutorial video which shows the way to create,change and delete any permanent variables (environment variables) in Command Prompt and also can be used in batch script. These variables have vital applications you can go through the video and command lines given below.
Also see complete list of environment variables
Link : • Complete List of all Environment Vari...
So keep watching, & keep learning .
batch scripting
batch script
cmd
user variable
command prompt
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________
#coding
#codinglife
#cmd
#commandprompt
#windows
#permanent
#user
#system
#scripting
#windows10
#exit
#basictutorials
#python
#pythontutorial
#pythonprogramming
#mathematics
#probability
#highlight
#highlighter
#graphics
#graphicdesign
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#compile
#ctutorials
#cmd
#code
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#programmers
#important
#brightness
#updates
code:
::create environment variables
setx env "Hello World !"
::change environment variables
setx env "echo Hello World !"
::delete environment variables
setx env ""
::system properties tab to check the value of environment variables
sysdm.cpl
::command to check the value of the variable in CMD or batch script
%env%
echo %env%
::use the above 2 commands in a new tab of cmd to get the correct results
LINK FOR BATCH SERIES PLAYLIST :
/ @greenlightcoding613
_______________________________________________________________
SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK : / @greenlightcoding613
_______________________________________________________________