| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6e9f1d6 commit 0fc79d4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ EXIT /B | |||
| 26 | 26 | ||
| 27 | 27 | :: Query registry sub-tree for InstallPath | |
| 28 | 28 | :find-key | |
| 29 | - FOR /F "delims=" %%a IN ('REG QUERY %1 /s 2> NUL ^| findstr "2." ^| findstr InstallPath') DO IF NOT ERRORLEVEL 1 CALL :find-path %%a | ||
| 29 | + FOR /F "delims=" %%a IN ('REG QUERY %1 /s 2^> NUL ^| findstr "2." ^| findstr InstallPath') DO IF NOT ERRORLEVEL 1 CALL :find-path %%a | ||
| 30 | 30 | EXIT /B | |
| 31 | 31 | ||
| 32 | 32 | :: Parse the value of %1 as the path for python.exe | |
| Back | FazBrowse Home | New Git URL |
0 commit comments