RE: [Pgui-devel] a silly question.

2001-04-05 Thread Micah Dowty
to pgmain.c and the 'h' case is not > there in the command line processing section. > > -Original Message- > From: Micah Dowty [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 9:17 AM > To: Gray, Tim > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] >

RE: [Pgui-devel] a silly question.

2001-04-05 Thread Gray, Tim
Re: [Pgui-devel] a silly question. That's one way to run it (though in that case the server won't exit automatically) You can just put the launcher/app that you want to run on the command line of the server: pgserver pgapp Then, the server will run pgapp and exit when the last cl

Re: [Pgui-devel] a silly question.

2001-04-05 Thread Micah Dowty
That's one way to run it (though in that case the server won't exit automatically) You can just put the launcher/app that you want to run on the command line of the server: pgserver pgapp Then, the server will run pgapp and exit when the last client exits. pgserver also takes command line opti

[Pgui-devel] a silly question.

2001-04-05 Thread Gray, Tim
While I wait for a compile I have kind of a silly question. how do you invoke pgserver? is it like X windows where you start the server and then the WM or app you desire? Example pgserver& pgapp Then the server exits when the last app running exits. -Original Message- From: