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

calvink

Member
Feb 3, 2003
146
0
0
Is there a way to run multiple instances of a program on the same machine in Windows 2000 or Windows XP?
 

labgeek

Platinum Member
Jan 20, 2002
2,163
0
0
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.
 

calvink

Member
Feb 3, 2003
146
0
0
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.
 

corkyg

Elite Member | Peripherals
Super Moderator
Mar 4, 2000
27,370
239
106
Some will - some won't. A good example of one that will is Internet Explorer.
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
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.