harry
Fri Oct 24 03:14:38 CDT 2003
Thanks James and Chad
I will try this. I do not use a batch file (I think), but
just have it scheduled out of the backup software (Backup
Exec SBS v9). There is an option for pre and post backup
commands, so i couold try popping it in there I guess
Harry
>-----Original Message-----
>Chad A Gross [SBS-MVP] wrote:
>> Hi Harry -
>>
>> you can use the 'net stop' and 'net start' commands in
a batch file.
>> If you're using a batch file to run your backups (like
the one from
>> Mariette's site -
>>
http://www.smallbizserver.net/SBS2000/How_do_I_backup_my_s
erver.aspx),
>> you can simply add the 'net stop <servicename>'
and 'net start
>> <servicename>' to that batch file.
>
>....and if you're using the long service name, it needs
to be in quotes if
>there are spaces in the name; if you use the short name
this isn't an issue.
>This means that
>
>net stop "microsoft exchange information store"
>
>does exactly the same as
>
>net stop msexchangeis
>
>James
>
>
>.
>