IEControl has the ability to automate repetitive tasks you have to do with web browsers.

In fact IEControl implement a scripting language to control every aspect of Internet Explorer. Common features includes:

This applications is very useful for checking emails (yahoo, hotmail,...), logins, submit you website to search enginges, ...

Sample script to login yahoo mail:

loadie
navigate\mail.yahoo.com
//wait for ie to finish loading page
waitforie
//set username
set\login\yourusername
set\passwd\yourpassword
click\205

Copy and paste the above lines in to commands window, replace username and password with yours, press F9 to run and see what happens.

Download IEControl now. After launching IEcontrol you will have to press Ctrl+Shift+F12 to get it showed up.