@echo off
cd
if exist bin\ohthk.exe goto start
echo ohthk.exe not found. Go to \bin\ and start 'ohthk.exe' manually.
pause

:start
start bin\ohthk.exe
@exit
