cmdow @ /HID
Echo off
START mailrugames://play/0.1177
@echo off
:label
ping -n 15 127.0.0.1 > NUL
setlocal ENABLEDELAYEDEXPANSION
Set Process=game
tasklist | Find /i "%Process%.exe" || (goto Else)
:THEN
taskkill /f /im GameCenter@Mail.Ru.exe
Exit
Goto end
:ELSE
GOTO label
Exit