I would like to use a Windows PowerShell script to run a batch file every x seconds. So the same batch file runs over and over.
I looked, but can not find what I am looking for. This is for something that I want to run on a Windows XP machine. I often used the Windows Scheduler for something like that, but for some reason, the Windows Scheduler only works once ... Then nothing more. I also do not want to have the batch file call itself, because it will fail after running it so many times.
windows powershell
jvcoach23
source share