Search found 2 matches

by chavannep
07 Apr 2020 07:09
Forum: DOS Batch Forum
Topic: Tiemout in a for loop
Replies: 3
Views: 6216

Re: Tiemout in a for loop

Hi Eureka,

You are right. It launches calculate.exe for every file_i.req and it passes through idle ones indeed.
Even if it does use the 'timeout' command, your code is running well !

Thank you very much !
Thanks to German too !

Pierre
by chavannep
08 Mar 2020 14:36
Forum: DOS Batch Forum
Topic: Tiemout in a for loop
Replies: 3
Views: 6216

Tiemout in a for loop

Hi there, I looked for a solution on many forums but I didn't find any suitable ones... I have several functions (let's say file_1.req file_2.req...file_100.req) I would like to launch with the associated program (let's say calculate.exe). A normal calculation is done within approx. 10s. For some re...