|
-
Jul 28th, 2000, 02:49 PM
#1
Thread Starter
New Member
I have about ten servers that run a backup client exe file when initiated by the backup server. This file is sometimes initiated by accident and the backup is stopped from the backup server. The clients still run the exe that was initiated until manually stopped through the task manager. I would like to write a VBScript to stop this processes by exe name on all of the servers so I don't have to run from server to server ending the program. I don't know whether to use API, ADSI or something else. Anyone have any Ideas on how to do this? 
-Steve
-
Jul 30th, 2000, 12:26 PM
#2
Guru
I suppose you could get the handle of the window and use the SENDMESSAGE API to kill it....
for more info, post (or just search) in the API forum
-
Jul 31st, 2000, 07:06 AM
#3
Thread Starter
New Member
No window to get handle
Unfortunately it only runs as a background process. There is no window for interaction. Thanks, I will look in the API forum.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|