As part of an application I am writing, I need to find all files matching a criteria on a computer. Based on examples I found, once the Run command is complete, the loop should exit, however I found that the loop would run indefinitely.
I ended up adding some timer logic, to automatically exit the loop if 5 seconds passed.
Does anyone know why my loop will not exit automatically when the Run function finishes?
I ended up adding some timer logic, to automatically exit the loop if 5 seconds passed.
Does anyone know why my loop will not exit automatically when the Run function finishes?
[ autoit ]