powershell loop
Posted
by jvcoach23
on Stack Overflow
See other posts from Stack Overflow
or by jvcoach23
Published on 2010-03-11T16:59:31Z
Indexed on
2010/03/11
17:39 UTC
Read the original article
Hit count: 214
Windows
|powershell
I'd like to use a windows powershell to run a batch file every x number of seconds. So it's the same batch file being run over and over again.
I've done some looking but can't find what i'm looking for. It's for something that i want to run on a windows xp machine. Windows Schedular i've used lot of times before for somethign similar, but for some reason schedular only runs once.. then no more. i also don't want to have the batch file call itself, because it will error out after it runs so many times.
thanks shannon
© Stack Overflow or respective owner