Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

PDMWorks vault service

Status
Not open for further replies.

dgowans

Mechanical
Joined
Oct 12, 2004
Messages
680
Location
US
Is it possible to stop (or start) the PDMWorks vault by passing parameters through a command line? I've tried using sc.exe, but I don't know the ServiceName to stop:

sc stop ServiceName

I want to be able to do this prior to automatically backing the vault up at night. Any other methods that I could use to stop and start the vault automatically?

Thanks,
Dave Gowans
 
We use:

net start "PDMWorks server"
net stop "PDMWorks server"

in batch files, then use Task Scheduler to run those batch files at certain times overnight.
 
That'll do it - thanks so much.

Dave Gowans
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top