Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Kill a process
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00890217
Message ID:
00972620
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform