run same program twice

kb1ghc

New Member
i'm trying to run the same program twice, i copyed the entire directory, and changed the name of the executable, but it still detects the other program, how can i fix this so i can run the same program twice?
 

Lorand

<b>VIP Member</b>
I think you can't do that. Some programs allows only one instance and it cannot be modified to not do that (except of rewrite some code in its source :D ). The program verifies if there's any instances of it in the process list and if it is then it finishes running. And nothing can do about it...
 

kb1ghc

New Member
actually you can, you just need to run it from a difforent user, but you can't play 2 games on it at the same time, graphics fails
 

kb1ghc

New Member
it's a game, but it won't let me because the graphics card is already in use. but in winxp you can run it as another user, and if it weren't for the graphics card it would have worked

thanks for the help
 

kb1ghc

New Member
forget it, i already was able to trick windows, but now the program crashes because of graphics card issues.


thanks for the help
 
Top