diff --git a/startvs.cmd b/startvs.cmd index 05cd3ebfda..79fde11abd 100644 --- a/startvs.cmd +++ b/startvs.cmd @@ -17,7 +17,7 @@ SET PATH=%DOTNET_ROOT%;%PATH% SET sln=%1 -IF NOT EXIST %DOTNET_ROOT%\dotnet.exe ( +IF NOT EXIST "%DOTNET_ROOT%\dotnet.exe" ( echo .NET Core has not yet been installed. Run `build.cmd -restore` to install tools exit /b 1 )