Anyone want to do a small paid job? I reckon a Kix script using SENDKEYs would do the job and given a price, I'm sure the client will pay to have it done.

I need a script (Kix, Windows script, etc) that will do the following pseudo code as a timed event...

Start Internet Explorer
Run an executable on a known web site
Wait till the process is done (maybe the delay might be determined by observation)
When done, close Internet Explorer.

Background:
We presently FTP a zip file containing customer names, addresses and invoice details to the client website
The web masters have given us a software that unzips the file and "absorbs" the data into the web site. We presently run the following DOS batch file each evening - works a treat except we end up with Internet Explorer screens staying open on the desktop.


FTP -s:client.txt
START /WAIT IEXPLORE http://123.123.123.123/client/invoice.cfc?
EXIT