11
My variable value in path is as follows
C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;%PYTHON_HOME%\;%PYTHON_HOME%\Scripts;C:\SQLite
When I type echo %Path%
on command prompt, I get below output
PS C:\Users\Arun> echo %Path%
%Path%
Why is this?
if you see
PS
at the start of the promptPS C:\Users\Arun>
then it's the default prompt string of powershell, not cmd – phuclv – 2019-11-27T06:09:11.760