I\'m trying to find out how to limit a program execution time within a Windows batch file. Is there something like Unix timeout command?
Please advise.
I don't think there is a timeout command. However, you can start executing a task in the background and sleep (using ping) for the timeout duration then kill the task.