jscar wrote:Does that clarify things? It seems that the -q signal is not closing the first instance of html validator. Is it possible that the fisrt instance is not being closed because the job is not completing (even though the html report is being shown) and hence the program is not exiting out of memory?
Is the first instance indicating that a quit signal was received?
If the job isn't completing, then I don't understand how the report is being shown? Is that what is happening? The job should compete before
CSE HTML Validator exits and
cmdlineprocessor.exe -q completes/returns. Also, the report should not show until the job completes.
What version are you using?
Can you post the exact (or almost exact) scripts that you are using?
Also, I wonder if it could be a timing issue. Can you insert a 5 second delay before
cmdlineprocessor.exe -q and see if that has any effect, perhaps using something like "
timeout /t 5" or "
ping -n 5 htmlvalidator.com" to delay execution of
cmdlineprocessor.exe -q.