Skip to content

Commit

Permalink
Kill caRepeater if running
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Jan 3, 2025
1 parent 761a23c commit ab84c4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installation_and_upgrade/remove_genie_python.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ if exist "%remove_genie_python_path%" (
REM Checks that "Python_Build_" is in the supplied filepath, so it is a python build.
echo.%remove_genie_python_path% | findstr /C:"Python_Build_">nul && (

REM if caRepeater is running we can't remove directory
del /f "%remove_genie_python_path%\CaRepeater.exe"
if exist "%remove_genie_python_path%\CaRepeater.exe" taskkill /f /im CaRepeater.exe

REM Deletes directory tree + quiet.
RMDIR /S /Q %remove_genie_python_path%

Expand Down

0 comments on commit ab84c4f

Please sign in to comment.