hi .
Well people. i was wondering if it is possible to quit an app using a VBScript code, i mean i know how to launch an app with VBScript ...
example.
Set WshShell = CreateObject("WScript.Shell")
Set oExec = WshShell.Exec("F:\programs\ObjectDock\ObjectDock.exe")
WScript.Sleep 500
Set oExec = WshShell.Exec("C:\apps\Tab\Tab.exe")
.....but what if i not only want to open those app. but what if i want to quit them as weel using a VBScript, ??? do you know what do i must use to quit it ???
So. my question is: What is the Code that i need to use ?
Thanks in advance for your help.
Note: "i use lots of VBScript to launch a COMBO of App, and this way i do not need to launch everysingle app separately, and for another reason",
Aqua-Soft Forums