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