Hi,
I'm trying to create a batch file so that I can bring up 2 sites at one time when I open my browser. I use Firefox & IE8.
What I have done so far to no avail is created a file as follows and sent to desktop from notepad named test.bat:
@echo off
start "(web site)" "www.(site).com"
start "(web site)" "www.(site).com
without parenthesis in the above. I can get these to open consecutively, same browser window if I have a browser already open. But, not without browser open. How do I connect the 2 sites to open in 2 tabs, same window?
I also added them as multi home pages, then sent shortcut to browser to desktop. This does work, but, not what I want.
Is there anyway to create a batch file and have these 2 sites open at start up, by-passing the desktop without clicking to open the browser?
Also, I know that clicking on the shortcut to the browser that's on the desktop does slow down the launching process. If there is another way upon start up, will it be slower as well?
Thanks,
bbbluz
I'm trying to create a batch file so that I can bring up 2 sites at one time when I open my browser. I use Firefox & IE8.
What I have done so far to no avail is created a file as follows and sent to desktop from notepad named test.bat:
@echo off
start "(web site)" "www.(site).com"
start "(web site)" "www.(site).com
without parenthesis in the above. I can get these to open consecutively, same browser window if I have a browser already open. But, not without browser open. How do I connect the 2 sites to open in 2 tabs, same window?
I also added them as multi home pages, then sent shortcut to browser to desktop. This does work, but, not what I want.
Is there anyway to create a batch file and have these 2 sites open at start up, by-passing the desktop without clicking to open the browser?

Also, I know that clicking on the shortcut to the browser that's on the desktop does slow down the launching process. If there is another way upon start up, will it be slower as well?
Thanks,
bbbluz
Last edited: