{verbatim}
 @echo off
 for /L %%I in (1,1,100000) do (
+time /T
 condor_status -l | grep "Idle ="
-sleep 10
+sleep 20
 )
 {endverbatim}