diff --git a/setup-environment.bat b/setup-environment.bat index 47acd73..fc0977c 100644 --- a/setup-environment.bat +++ b/setup-environment.bat @@ -1,6 +1,6 @@ @echo off echo %cmdcmdline% | findstr /i /c:"%~nx0" >NUL && set iscommandline=1 -echo %PSModulePath% | findstr "%USERPROFILE%" >NUL && set ispowershell=1 +echo %PSModulePath% | findstr /i /c:"%USERPROFILE%" >NUL && set ispowershell=1 cd /D "%~dp0" echo.