Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stopping and starting Windows Services?
Message
 
À
09/12/2004 14:05:37
Scott Malinowski
Arizona Fox Software LLC
Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00968069
Message ID:
00968927
Vues:
12
In spanish ....

Instalar un servicio en Windows (WMI)
http://www.davphantom.net/consultar.asp?id=245&op=3

Eliminar un servicio de Windows (WMI)
http://www.davphantom.net/consultar.asp?id=246&op=3

Determinar si un servicio de Windows esta ejecutandose
http://www.davphantom.net/consultar.asp?id=269&op=1

Conocer los servicios que estan detenidos (WMI)
http://www.davphantom.net/consultar.asp?id=253&op=3

***********************************************
Run
oShell = CreateObject("Shell.Application")
oShell.ServiceStart("Nomservicio")

Stop
oShell = CreateObject("Shell.Application")
oShell.ServiceStop("NomService")
David Amador Tapia
WebMaster "La Web de Davphantom"
www.davphantom.net
Cartagena. Colombia
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform