Search code examples
windowsshellbatch-file

Windows batch: analogue for `timeout` command


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.


Solution

  • I just installed Cygwin and use unix-style timeout command from the distribution.