Archive: ExecWait times out


ExecWait times out
I've been having a problem where I have ExecWait kicking off a batch file that takes about an hour. Everything seems hunky dory, but it doesn't finish the batch file (last few don't finish up). Is there some sort of built in timeout for ExecWait? If we run the exact same command from the command line, it works like a charm... Any help?

Thanks,
Eric


It uses infinite timeout. Does your batch file use exit /b?


Nope. Guess we'll throw some debugging into the batch file.