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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top