G
Guest
Hi,
Is there a command line switch for IE6 (with XP SP2) to open it in a new
browser window?
Actually I am trying to write a batch file to open my favourite web-sites in
separate browser windows when I come to office (rather than me clicking ten
times on new window and selecting links from favourites).
I have written a batch file but it ONLY opens ONE browser window and opens
ALL web-sites in the same window one after another resulting in showing only
the last web-site in the list.
My batch file looks like:
start "c:\program...\iexplore.exe" http://www.hotmail.com
start "c:\program...\iexplore.exe" http://mail.yahoo.com
start "c:\program...\iexplore.exe" http://news.google.com
pause
Any ideas?
Is there a command line switch for IE6 (with XP SP2) to open it in a new
browser window?
Actually I am trying to write a batch file to open my favourite web-sites in
separate browser windows when I come to office (rather than me clicking ten
times on new window and selecting links from favourites).
I have written a batch file but it ONLY opens ONE browser window and opens
ALL web-sites in the same window one after another resulting in showing only
the last web-site in the list.
My batch file looks like:
start "c:\program...\iexplore.exe" http://www.hotmail.com
start "c:\program...\iexplore.exe" http://mail.yahoo.com
start "c:\program...\iexplore.exe" http://news.google.com
pause
Any ideas?