Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Start and Stop Services
Message
From
20/07/2015 16:50:39
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01622286
Message ID:
01622290
Views:
59
>Hi Gang!
>
>How do you go about turning a service OFF in VFP ( by using code ). And.... turn a Service back On ???

If you can use a CMD window, you can use the NET START/STOP etc. commands: https://technet.microsoft.com/en-us/library/cc736564%28v=ws.10%29.aspx

Without having to shell out to a CMD window, the best bet might be WMI. I believe there are users here experienced with using WMI from VFP. Here's a Google result that uses VBScript, the calls are probably translatable to VFP: http://www.computerperformance.co.uk/vbscript/wmi_services.htm

Any method you end up using will require elevated privileges to run on current versions of Windows.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform