How to launch multiple browsers with a batch file?

RMSistight

Golden Member
Oct 2, 2003
1,740
0
0
For example, I want to run a file that will open 5 different websites with 5 separate browsers.

I know I can run a batch file.

Let's say I want to have:

Anandtech
Fatwallet
HardOCP
CNN
Hotmail

I double click on a batch file and 5 separate internet explorer browsers pop up all going to those sites. How do I do that?
 

juiio

Golden Member
Feb 28, 2000
1,433
4
81
start iexplore "www.anandtech.com"
start iexplore "www.cnn.com"
start iexplore "www.hotmail.com"
etc