Hi,

I'm using the Process class to start new processes, but it seems that the Start method only starts processes if they don't already exist. If the process exists, the method returns false.

How can I start 2 or more instances of the same application?

Thank you
J