Subject Re: How to use Aliases?
Author Andrew Monteith
--- In firebird-support@yahoogroups.com, Norman Dunbar
<norman.dunbar@l...> wrote:
> Morning Helen,
>
> is the service name different under FB1.5 or XP (I'm still on FB1
and Win2k)
> because I have to do this to start and stop Firebird from a
command line :
>
> net stop "Firebird Server"
> net start "Firebird Server"
>
> There is a space in the server name, so I need the quotes.
>
> Regards,
> Norm.
>
FB1.5 uses FirebirdServer or FirebirdGuardian
WinXp uses sc stop and sc start

so

sc stop FirebirdGuardian
sc start FirebirdGuardian

HTH
Andrew Monteith