several internat explorer at one time

Discussion in 'Operating Systems' started by iddo, Aug 29, 2001.

  1. iddo

    iddo Guest

    hello,<br>
    I am using win2k spk2 and I would like to create a *.bat file that can open several internet explorer windows at a time.<br>
    I created this file:<br>
    <br>
    @echo off<br>
    F:\PROGRA~1\INTERN~1\IEXPLORE.EXE <A HREF="http://firingsquad.gamers.com" TARGET=_blank>http://firingsquad.gamers.com</A><br>
    F:\PROGRA~1\INTERN~1\IEXPLORE.EXE <A HREF="http://www.pcpro.co.il" TARGET=_blank>http://www.pcpro.co.il</A><br>
    F:\PROGRA~1\INTERN~1\IEXPLORE.EXE <A HREF="http://www.anandtech.com" TARGET=_blank>http://www.anandtech.com</A><br>
    F:\PROGRA~1\INTERN~1\IEXPLORE.EXE <A HREF="http://www.xbitlabs.com/news" TARGET=_blank>http://www.xbitlabs.com/news</A><br>
    F:\PROGRA~1\INTERN~1\IEXPLORE.EXE <A HREF="http://www.nvnews.net/index.shtml" TARGET=_blank>http://www.nvnews.net/index.shtml</A><br>
    F:\PROGRA~1\INTERN~1\IEXPLORE.EXE <A HREF="http://www.guru3d.com/geforcetweakutility" TARGET=_blank>http://www.guru3d.com/geforcetweakutility</A><br>
    F:\PROGRA~1\INTERN~1\IEXPLORE.EXE <A HREF="http://www.pctip.co.il" TARGET=_blank>http://www.pctip.co.il</A><br>
    F:\PROGRA~1\INTERN~1\IEXPLORE.EXE <A HREF="http://www.sharkyextreme.com" TARGET=_blank>http://www.sharkyextreme.com</A><br>
    exit<br>
    <br>
    but the the explorer window open one at a time (when I close one another one opens up).<br>
    how can I change it so they would all open at the same time?
     

Share This Page