| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| The following batch file commands will properly open Internet Explorer 3 times on a PC running Vista: "C:\Program Files\Internet Explorer\iexplore.exe" "C:\Program Files\Internet Explorer\iexplore.exe" "C:\Program Files\Internet Explorer\iexplore.exe" However, on a PC with XP, it will not open a second IE until I close the first IE. In other words, it will open them only one at a time. Any idea why? Thank you |
|
#2
| |||
| |||
| jmill487@gmail.com wrote: > The following batch file commands will properly open Internet Explorer > 3 times on a PC running Vista: > > "C:\Program Files\Internet Explorer\iexplore.exe" > "C:\Program Files\Internet Explorer\iexplore.exe" > "C:\Program Files\Internet Explorer\iexplore.exe" > > However, on a PC with XP, it will not open a second IE until I close > the first IE. In other words, it will open them only one at a time. > Any idea why? start /? knows why! -- Phlip |
|
#3
| |||
| |||
| Oops, I should have replied to group. I don't understand. I changed the command to: start "C:\Program Files\etc... but that still only opens one window in XP. What am I doing wrong? "Phlip" <phlip2005@gmail.com> wrote in message news:5tZqk.19809$89.17093@nlpi069.nbdc.sbc.com... > jmill487@gmail.com wrote: > >> The following batch file commands will properly open Internet Explorer >> 3 times on a PC running Vista: >> >> "C:\Program Files\Internet Explorer\iexplore.exe" >> "C:\Program Files\Internet Explorer\iexplore.exe" >> "C:\Program Files\Internet Explorer\iexplore.exe" >> >> However, on a PC with XP, it will not open a second IE until I close >> the first IE. In other words, it will open them only one at a time. >> Any idea why? > > start /? knows why! > > -- > Phlip |
|
#4
| |||
| |||
| <jmill487@gmail.com> wrote in message news:c9eabf4c-763b-44df-a41c-6c503a1f320a@o40g2000prn.googlegroups.com... > The following batch file commands will properly open Internet Explorer > 3 times on a PC running Vista: > > "C:\Program Files\Internet Explorer\iexplore.exe" > "C:\Program Files\Internet Explorer\iexplore.exe" > "C:\Program Files\Internet Explorer\iexplore.exe" > > However, on a PC with XP, it will not open a second IE until I close > the first IE. In other words, it will open them only one at a time. > Any idea why? go ahead and try: __________________________________________________ _________________ @ECHO OFF @START /D "C:\Program Files\Internet Explorer" iexplore.exe @START /D "C:\Program Files\Internet Explorer" iexplore.exe @START /D "C:\Program Files\Internet Explorer" iexplore.exe __________________________________________________ _________________ does that work? |
|
#5
| |||
| |||
| "Chris M. Thomasson" <no@spam.invalid> wrote in message news:O9erk.2660$4s1.1316@newsfe06.iad... > <jmill487@gmail.com> wrote in message > news:c9eabf4c-763b-44df-a41c-6c503a1f320a@o40g2000prn.googlegroups.com... >> The following batch file commands will properly open Internet Explorer >> 3 times on a PC running Vista: >> >> "C:\Program Files\Internet Explorer\iexplore.exe" >> "C:\Program Files\Internet Explorer\iexplore.exe" >> "C:\Program Files\Internet Explorer\iexplore.exe" >> >> However, on a PC with XP, it will not open a second IE until I close >> the first IE. In other words, it will open them only one at a time. >> Any idea why? > > go ahead and try: > > > __________________________________________________ _________________ > @ECHO OFF > @START /D "C:\Program Files\Internet Explorer" iexplore.exe > @START /D "C:\Program Files\Internet Explorer" iexplore.exe > @START /D "C:\Program Files\Internet Explorer" iexplore.exe > __________________________________________________ _________________ > > does that work? For the record, it works on my winxp system. |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.