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

