0

Possible Duplicate:
Run multiple instance of any windows application

I have a file type associated with a certain program. The problem is when I already have one of these files open, and I double click on another one in Windows Explorer, it launches in the program that is already open. I want it to launch a new window, a totally separate instance of the program. How is this achieved?

Josh Stodola
  • 865
  • 3
  • 11
  • 30
  • That depends a lot on the particular program. It will probably have to have a command-line option or some configuration option to enable that. – Dennis Williamson Feb 03 '11 at 17:52
  • @Dennis I figured so, but I assume there is some sort of standard in place for this? Does Windows have a predictable command-line switch for this? – Josh Stodola Feb 03 '11 at 18:06
  • 1
    I think if you use the `RUNAS` command, that will do it in its own instance, but you need to test this theory. –  Feb 03 '11 at 18:23
  • @Don't make me laugh! ;) Seriously, though, the Windows API has features to control multiple instances, but it's up to the individual program as to how or if they make use of it or pass the configuration of it to the user. – Dennis Williamson Feb 03 '11 at 18:26
  • I wonder what this secret "certain program" is? – Moab Feb 03 '11 at 22:11
  • @Moab Doesn't matter. It could be *any* program. – Josh Stodola Feb 03 '11 at 22:48
  • @Josh actually it does, some programs have this functionality, some don't. If we knew what the program was someone could post an Answer instead of a bunch of comments. – Moab Feb 03 '11 at 23:51
  • It doesn't matter what the program is. There are no options within the program to control this. I need to control this from Windows and I think that's a reasonable request. – Josh Stodola Feb 04 '11 at 02:46
  • It's not reasonable for the OS to mandate how programs conduct their own business. "One application only" or "One application per document" is the program's own business. – Factor Mystic Feb 04 '11 at 03:30
  • It used to behave the way I want it to; I know this is possible! Could you negative Nancys bug off already? – Josh Stodola Feb 04 '11 at 03:47

0 Answers0