2006-09-22, 03:26 PM
23skidoo Wrote:Sounds like the problem is, AutoXVid.exe's isn't a "blocking" program. It's main thread may return control before the operation is complete.Are those actual commands i can throw into the batch ('if not exist' / 'goto' / 'keeptrying')?
Does AutoXVid.exe actually make use of stderror? It could be that every time the EXE executes it returns a code, indicating its current status. Which you could check, in a loop
Does AutoXVid.exe generate an output file? It seems that it does. Can you test for that? You know, if not exist whatever.txt goto keeptrying?