Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using VFP to stop Services on a WIN2000 Server
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00984515
Message ID:
00984536
Vues:
12
That helped me with:
Run
oShell = CreateObject("Shell.Application")
oShell.ServiceStart("Nomservicio")

Stop
oShell = CreateObject("Shell.Application")
oShell.ServiceStop("NomService")

Starting and stopping a service, but does not help me on stopping and starting an IIS Server.

>>Does anyone know how I can use VFP to Stop an IIS Server and then Stop/Start a Service and then restart the IIS Server?
>>
>>TIA
>
>Bret,
>
>Check Message #968085 and the thread
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform