Code:
@echo off Tasklist | Find /i "Windrop.exe" if "%ERRORLEVEL%" == "0" (exit) else (rundll32 shell32.dll,ShellExec_RunDLL "C:\Program\Windrop\Windrop\Windrop.lnk")
/Mvh Slaktarn
@echo off Tasklist | Find /i "Windrop.exe" if "%ERRORLEVEL%" == "0" (exit) else (rundll32 shell32.dll,ShellExec_RunDLL "C:\Program\Windrop\Windrop\Windrop.lnk")

Tasklist | Find /i "Windrop.exe" if "%ERRORLEVEL%" == "0" (exit) else (START "Windrop" Windrop -nt eggdrop.conf) exit

Tasklist | Find /i "Windrop.exe" if "%ERRORLEVEL%" == "0" (Goto CheckWindrop) else (Goto StartWindrop) :CheckWindrop Taskkill /F /IM Windrop.exe /FI "Status eq not responding" timeout/t 60 Goto StartWindrop :StartWindrop Tasklist | Find /i "Windrop.exe" if "%ERRORLEVEL%" == "0" (exit) else (Start "Windrop" Windrop -nt eggdrop.conf) exit

Comment