Help with a rediculasly easy batch file
Help with a rediculasly easy batch file
I'm trying to make a batch file that opens multiple IE windows to different websites. When I put more than one URL in, it opens the second webpage in the same window the first one was in. If I add the "pause" command it opens the second page in a second browser but I have to press a key to get it to go there.
How can I just open the batch file and have it open multiple URLs in multiple IE windows?
False alarm. I figured it out.
something like:
@ECHO OFF
START iexplore.exe "www.url1.com"
START iexplore.exe "www.url2.com"
How can I just open the batch file and have it open multiple URLs in multiple IE windows?
False alarm. I figured it out.
something like:
@ECHO OFF
START iexplore.exe "www.url1.com"
START iexplore.exe "www.url2.com"
Last edited by Tical84; Sep 29, 2007 at 05:33 PM.
Originally Posted by ()smoke()
rediculasly?
that is the most creative spelling of what may be the single most misspelled word on the internet
that is the most creative spelling of what may be the single most misspelled word on the internet

No? No one? Ok, fine



