Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using VFP to stop Services on a WIN2000 Server
Message
From
08/02/2005 13:35:39
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00984515
Message ID:
00984800
Views:
34
I get True. Also, I get True for the IsServiceRunning. But I get False for the StopService and StartService. I confirmed that the service did not stop with the StopService. BTW, I am on a XP machine at the moment.

>Is "IISAdmin" correct name of the service? What do get from
? oShell.CanStartStopService("IISAdmin")
>?
>>Actually, I do too. But I am having trouble getting the ServiceStop and ServiceStart to work as expected.
>>
>>
>>oShell = CREATEOBJECT("Shell.Application")
>>if oShell.IsServiceRunning("IISAdmin")
>>   ? oShell.ServiceStop("IISAdmin", .F.)
>>endif
>>? oShell.ServiceStart("IISAdmin", .F.)
>>
>>
>>Am I doing it right?
>>
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform