Running 10 new IE pages in a batch file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I make a script of a " .bat " file that when I click it, it will
open automatically 10 NEW (different ) website pages
..
In my case it does not work, because some of them open over the same page it
already openned before.

any idea what is the "command-line" to work with Internet Explorer to let
open NEW PAGES or FORCE IT to open NEW PAGES.

Thank you for your help

Coco
 
quoting:
How can I make a script of a " .bat " file that when I click it, it will
open automatically 10 NEW (different ) website pages
.
In my case it does not work, because some of them open over the same page it
already openned before.

any idea what is the "command-line" to work with Internet Explorer to let
open NEW PAGES or FORCE IT to open NEW PAGES.

Thank you for your help


The command option is "-new". Example:

IEXPLORE.EXE -new http://www.google.com
 
Back
Top