Quellcode durchsuchen

Merge pull request #945 from kwhatmough/next

Use proper Windows environment variable in install script.
Sean Paul Taylor vor 12 Jahren
Ursprung
Commit
372666fa1e
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      install.bat

+ 2 - 2
install.bat

@@ -76,8 +76,8 @@ cd %~dp0
 >> temp1.vbs ECHO End if
 >> temp1.vbs ECHO Set objXMLHTTP = Nothing
 
-if not exist \Windows\Microsoft.NET\Framework\v2.0.50727\NUL goto USE_VBS_AS_FALLBACK
-\Windows\Microsoft.NET\Framework\v2.0.50727\csc temp.cs
+if not exist %windir%\Microsoft.NET\Framework\v2.0.50727\NUL goto USE_VBS_AS_FALLBACK
+%windir%\Microsoft.NET\Framework\v2.0.50727\csc temp.cs
 temp.exe
 del temp.exe
 goto :EXTRACT