found out I can use vbs script.
Dim ie
set ie = CreateObject("InternetExplorer.Application") 'InternetExplorer
ie.navigate(file1.html)
ie.navigate( file2.html, 2048)
....
the key to new tab is the extra argument value 2048.
now it's a cinch
as for bat file, I could not and have not found a way
"PA Bear [MS MVP]" <> wrote in message
news:eVI$...
> Developer-specific resources include:
>
> MSDN IE Development Forum (post such questions here instead)
> http://social.msdn.microsoft.com/For...opment/threads
>
> Tip: When posting in Developer forums, always include a link to your web
> site or test pages in your first post.
>
> IE Developer Center
> http://msdn.microsoft.com/en-us/ie/default.aspx
>
> Learn IE8
> http://msdn.microsoft.com/en-us/ie/aa740473.aspx
>
>
> GS wrote:
> > when I tried on ie8 with bat file like
> > "<<i8dir>>iexplore" h1.html
> > "<<i8dir>>iexplore" h2.html
> > "<<i8dir>>iexplore" h3.html
> >
> > they all opened in one single tab not in multiple tabs
> > what is the correct way to do this.
> >
> > I am getting tired of manually opening a number of test html files for
my
> > app development and test
>