Subject RE: [firebird-support] gbak
Author Sasha Matijasic
> Can I stop/start the FB Server (or database) inside my .BAT file?
> The only way to stop the server I know so far is by using the
> Guardian...
>

If firebird is running as a service, you can start and stop it with
sc start|stop service_name
or
net start|stop service_name

firebird default service_name is FirebirdServerDefaultInstance

Sasha