Path environment variable in Windows

https://superuser.com/questions/341192/how-can-i-display-the-contents-of-an-environment-variable-from-the-command-promp You can see all env. variables using: set Works with cmd - Yes Works with Windows Terminal - No In Windows Command-Prompt see only the Path variable: echo %PATH%

May 1, 2022 · 1 min · Anant

Run Shell script from anywhere on Windows

https://stackoverflow.com/questions/1098786/run-bash-script-from-windows-powershell

May 1, 2022 · 1 min · Anant