I am trying to open multiple instances of IE using the start command in a batch file. For example, I want to open www.google.com and www.yahoo.com at the same time in separate windows.
Any help would be appreciated.
Regards, Aaron
$>start iexplore http://google.com $>start iexplore http://yahoo.com