I need to set up a back up of a database file, but can't access the file
without turning off (stopping) the service in Admin tools. Is there a way to
automate this kind of action?
My idea is to have a scheduled activity in which the service is turned off,
the back up is done, and the the computer is shut down every night. The back
up is as simple as copying two files to a CDRW, but it needs to be automated
for after the department closes.
Thanks for any help!
Dave Patrick - 16 May 2005 23:13 GMT
From a command prompt;
net stop "service name"
do something
net start "service name"

Signature
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
|I need to set up a back up of a database file, but can't access the file
| without turning off (stopping) the service in Admin tools. Is there a way to
[quoted text clipped - 6 lines]
|
| Thanks for any help!