Batch file works in Vista but not XP?

This is a discussion on Batch file works in Vista but not XP? within the Programming Languages forums in category; 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...

Go Back   Application Development Forum > Programming Languages

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-20-2008, 02:21 PM
jmill487@gmail.com
Guest
 
Default Batch file works in Vista but not XP?

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
Reply With Quote
  #2  
Old 08-20-2008, 02:34 PM
Phlip
Guest
 
Default Re: Batch file works in Vista but not XP?

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
Reply With Quote
  #3  
Old 08-20-2008, 04:21 PM
James
Guest
 
Default Re: Batch file works in Vista but not XP?

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


Reply With Quote
  #4  
Old 08-21-2008, 09:39 AM
Chris M. Thomasson
Guest
 
Default Re: Batch file works in Vista but not XP?

<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?

Reply With Quote
  #5  
Old 08-21-2008, 09:41 AM
Chris M. Thomasson
Guest
 
Default Re: Batch file works in Vista but not XP?

"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.

Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 04:28 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.