Hi,
I am trying to setup some pipeline env-variable on Windows.I am currently thinking of batch Scripting.For example i am creating "SHOW" env-variable using
C:\Windows\system32>setx SHOW "SPIDY" /m
SUCCESS:Specified value was saved.
It adding properly SHOW env-variable to system.
Is there any way to create a alias so that I need to type only "SHOW SPIDY"?