You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
N
Here's what I use.
@Echo off
start /wait %LOCALAPPDATA%\Discord\Update.exe --processStart Discord.exe
@For /f "Delims=:" %%A in ('tasklist /v /fi "WINDOWTITLE eq Discord"') do @if %%A==INFO echo Prog not running
timeout 1
taskkill /IM discord.exe
timeout 1
taskkill /IM discord.exe
timeout 1...