Hello All,
I am trying to write a batch file that will allow me to open several browsers at the same time.
For example, I want to open www.google in one browser and www.yahoo.ca in another browser and so on.....
What is happening is that I one browser with google
Start "c:\program files\internet explorer\iexplorer.exe" www.google.com
then in the same browser it opens
Start "c:\program files\internet explorer\iexplorer.exe" www.yahoo.ca
Any tips woul be appreciated.
Cheers,
Aaron