@rem autohk.bat
@rem Look for c:\temp\subautohk.bat (via AutoHotKey_Test.aspx)
:top
@if exist c:\temp\subautohk.bat goto doit
@ping 1.1.1.1 -n 1 -w 3000 > nul 
@goto top
:doit
@call c:\temp\subautohk.bat > nul 2> nul
@ping 1.1.1.1 -n 1 -w 3000 > nul 
@goto top

