We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 761a23c + ab84c4f commit ef19a7aCopy full SHA for ef19a7a
installation_and_upgrade/remove_genie_python.bat
@@ -13,6 +13,10 @@ if exist "%remove_genie_python_path%" (
13
REM Checks that "Python_Build_" is in the supplied filepath, so it is a python build.
14
echo.%remove_genie_python_path% | findstr /C:"Python_Build_">nul && (
15
16
+ REM if caRepeater is running we can't remove directory
17
+ del /f "%remove_genie_python_path%\CaRepeater.exe"
18
+ if exist "%remove_genie_python_path%\CaRepeater.exe" taskkill /f /im CaRepeater.exe
19
+
20
REM Deletes directory tree + quiet.
21
RMDIR /S /Q %remove_genie_python_path%
22
0 commit comments