Subject Re: shutdown
Author csswa
oops, didn't read properly, sorry Simon. NET STOP will only work for
running as service.

If you are not doing it programmatically the way Claudio suggested
then you can always grab a free scripting tool like AUTOIT
http://www.hiddensoft.com/AutoIt/ or even do your own script in
windows scripting host (WSH) -- anything that can manipulate windows
via titles/handles. Actually I'm not sure if WSH can address windows
via their titles so maybe go straight to auto-it.

Regards,
Andrew Ferguson

--- In ib-support@y..., "Claudio Valderrama C." <cvalde@u...> wrote:
> ""simonpett1"" <simon@c...> wrote in message
> news:a8u0ie+q3bk@e...
> > Hi
> >
> > Is there any way to shutdown ibguard and/or ibserver running as an
> > application from the command line, rather than the icon ?
>
> Be sure they aren't running as a service, then
> - Use FindWindow to locate the window class IB_Guard, then send a
WM_CLOSE
> to it.
> - If not found, try the same with the window class IB_Server, in
this order.
>
> C.
> --
> Claudio Valderrama C. - http://www.cvalde.com -
http://www.firebirdSql.org
> Independent developer
> Owner of the Interbase® WebRing