02-16-2011, 01:19 AM
I can see a few issues here and some common mistakes. Without seeing your code its hard to say exactly. Common mistakes are to not start with "0" in the loop. Vbscript arrays are zero based. Maybe all the processes ended, but you are still trying to process one. use "On error goto 0" to override VBscripts stop on line with error and then handle the event manually.
If nothing works, post more of your code.
Hope this helps.
If nothing works, post more of your code.
Hope this helps.