Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Kill a process
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00890217
Message ID:
00972620
Vues:
19
Thanks, Sergey. I have a quuestion, though.
In the following code:

loCIMV2 = GetObject("winmgmts://localhost/root/cimv2")
loProcesses = loCimv2.ExecQuery("SELECT * FROM Win32_Process WHERE Name = 'AcroRd32.exe'")
For Each objProcess in loProcesses
objProcess.Terminate(0)
Next

Do I use that directory as provided, or should I use something else?
Thanks again.


Henry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform