• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there a way to run multiple instances of a program?

That's going to be very program dependent. Most (or at least many) Windows programs allow this by default. Starting 2 calculator programs isn't a problem. Others that attempt to access the same resources at the same time may have problems. For these the programmer(s) often take steps to prevent multiple instances running at the same time. Perhaps if you mention what program you want to run multiple instances of, we could better answer your question.
 
Originally posted by: labgeek
That's going to be very program dependent. Most (or at least many) Windows programs allow this by default. Starting 2 calculator programs isn't a problem. Others that attempt to access the same resources at the same time may have problems. For these the programmer(s) often take steps to prevent multiple instances running at the same time. Perhaps if you mention what program you want to run multiple instances of, we could better answer your question.

Winamp.
 
Some will - some won't. A good example of one that will is Internet Explorer.
 
Originally posted by: calvink
If the program doesn't is there a way to?

I don't think there's an easy way. A program can easily check to see if an instance of itself is already running.
 
Back
Top