How to run a CGI program on a website, wait, then close IE instanc

T

ThomasAJ

I have a CGI program that I run using ShellExecute.
The executed string is:
"website/cgi-bin/rm/exec/rm.cgi".

This opens IE and executes the program but IE instance remains open. This is
a problem as the above is run in Task Sched.

How do I wait for execution to finish and how to close that instance of IE.
 
Top