Batch to stop Domino on Windows 2003 for Backup

Hi

Can anyone provide me a .bat file that stops the Lotus Domino Service on Windows?

I would like to use NT Backup but this will need the server to ‘shut down’.

I thought that a scheduled taks on NT that runs a .bat file is a good solution. The server shutting down at night isn’t a problem for our company. So imho a ‘open-file backup system’ would be a needles cost.

thanks for your help.

bram

a newbie admin

Subject: Batch to stop Domino on Windows 2003 for Backup

thanks travis :-/

i had found this with google, but asumed it was to simple … next time i’ll test it first

thanks for responding

bram

Subject: Batch to stop Domino on Windows 2003 for Backup

Simple one line batch file…

net stop “Name of service here”