Start two programs with one link

bsprawka

Distinguished
Dec 31, 2007
61
0
18,630
Heres what I would like to do, I have some programing experience.

I want two Internet Explorer Icons (shortcuts).
One should start IE like normal;
the other one should open up IE and one other program automatically (ex. ad banner)

Can you think of anyway to do this without a working knowledge of OWL or anything else that complex.

Thanks for your help.

I am willing to spend time on this. There is a startup page that will pay you each time you visit it but only up to 10 times a day. I spent a couple hours writing a html file that uses cookies to check how many times the site has been visited and load either it (slow but making money) or another preferred start up page. Pretty neat I thought.

Here is the link for that start up site by the way... if you want it. Sorry for the spam if you don't.

<A HREF="http://www.ignifuge.com/getpaid/index.php3?refid=WFF915" target="_new"> http://www.ignifuge.com/getpaid/index.php3</A>

If you can't answer my queation please direct me to a windows programming forum that can help me. Thanks again.
 
G

Guest

Guest
just write a two line batch file e.g.

call iexplore.exe
call getpaid.exe

save as runme.bat

the call command should be non-blocking I believe