Page 1 of 1

1 Last thing

Posted: Wed Jun 18, 2008 12:08 pm
by majianlord
Sorry, I hate to keep posting these but i think this is the last one. I just setup a full server sync with a backup server in another state just in case my main server goes down. Now i have everything working except. Even if i have server start at Bootup turned on it acctully does not auto start itself. Is there already a command line i can feed it to autostart the the server onces its loaded. Got everything but that to ensure my service has 0 downtime.

Thanks new order coming your way today or tommorrow once i clear the funds from the Poker Club.

Re: 1 Last thing

Posted: Wed Jun 18, 2008 3:08 pm
by Kent Briggs
majianlord wrote:I just setup a full server sync with a backup server in another state just in case my main server goes down. Now i have everything working except. Even if i have server start at Bootup turned on it acctully does not auto start itself. Is there already a command line i can feed it to autostart the the server onces its loaded.
Yes, PMServer.exe supports one command line option:

-autostart

Back to the bootup problem, when your server boots up it has to be set to automatically login whatever account that you installed the program under. When you set the "Auto start server at bootup" option to "Yes" in the settings, it immediately creates a registry key called "Poker Mavens Server" under this path:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\

with a value similar to this (depending on where you installed it):

C:\Program Files\Briggs Softworks\Poker Mavens 2\PMServer.exe -autostart

You can click the Windows Start button, then Run, then type in regedit to see this.

Re: 1 Last thing

Posted: Wed Jun 18, 2008 7:09 pm
by majianlord
You the man thanks.