actually, this script runs a script, and then sleeps a minute and then again runs the batch and never stops!
Code:

i = true;
while (i)
}
...
WScript.Sleep(59000);
}



yep, the i never gets resetted.
your current scripts runs forever with 1 minute sleeps.
and every minute calls a bat.
is that what you are after?
_________________________
!

download KiXnet