
Originally Posted by
Eurasian
Do you know how to double client programs that don't allow double clienting? I have a poker program with two account but it only let's me open one window. When I attampt to reopen another one it doesn't let me. How do I get around this?
Thanks in advance.
Well it's really the code that's involved.
Code:
//pseudocode
when Poker_getsOpened()
{
x = [check for a pre-opened Poker]
if (x = true) exitProgram();
}
Aegis is right, you COULD use terminal services, but that would require a second computer. If you had the second computer, you could run it anyway.
Personally, I suggest making a copy of the entire folder and try running both of them separately like that. If that doesn't work, try making a copy of the folder but rename the EXE file.
Let me know.