Re: Launching multiple instances of a program with win32com.client.Dispatch?

2006-07-07 Thread tyler . schlosser
Bump...not sure if it's bad etiquette here, I apologize if it is. [EMAIL PROTECTED] wrote: > Hi Roger, > > Thanks for the response, but DispatchEx seems to do the exact same > thing as Dispatch in my case; there is still only one processID and one > instance of my program (I forgot to mention tha

Re: Launching multiple instances of a program with win32com.client.Dispatch?

2006-07-07 Thread tyler . schlosser
Hi Roger, Thanks for the response, but DispatchEx seems to do the exact same thing as Dispatch in my case; there is still only one processID and one instance of my program (I forgot to mention that I also need two unique processID's to keep track of them). I have also tried: ### AB1 = pythoncom

Re: Launching multiple instances of a program with win32com.client.Dispatch?

2006-07-06 Thread Roger Upole
win32com.client.DispatchEx should create a new instance. Roger <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi there, I am trying to launch a program called AmiBroker using the > command: > > AB = win32com.client.Dispatch("Broker.Application") > > However, I have a dual-co

Launching multiple instances of a program with win32com.client.Dispatch?

2006-07-06 Thread tyler . schlosser
Hi there, I am trying to launch a program called AmiBroker using the command: AB = win32com.client.Dispatch("Broker.Application") However, I have a dual-core CPU and would like to launch two instances of AmiBroker. I know it is possible to run two instances simultaneously since it is easy to do m