Add project files.
This commit is contained in:
10
Scripts/kill_window_evader.bat
Normal file
10
Scripts/kill_window_evader.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
taskkill /F /IM WindowEvader.exe >nul 2>&1
|
||||
|
||||
if %ERRORLEVEL%==0 (
|
||||
echo WindowEvader was terminated successfully.
|
||||
) else (
|
||||
echo Failed to terminate WindowEvader. It may not be running.
|
||||
)
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user