Having searched the FAQs, I've experimented with the following, but with no avail.
Any suggestions are appreciated in advance.
***************************************************
oManager = GETOBJECT("winmgmts:"
oApps = oManager.InstancesOf("Win32_process"
FOR EACH PROCESS IN oApps
IF 'MyApp.EXE' $ UPPER(PROCESS.NAME)
*!* Need something here to cause other instances of MyApp.Exe to QUIT (and hopefully cleanup, etc.)
ENDIF
NEXT
***************************************************
Thanks
Philip M. Traynor, DPM
Any suggestions are appreciated in advance.
***************************************************
oManager = GETOBJECT("winmgmts:"
oApps = oManager.InstancesOf("Win32_process"
FOR EACH PROCESS IN oApps
IF 'MyApp.EXE' $ UPPER(PROCESS.NAME)
*!* Need something here to cause other instances of MyApp.Exe to QUIT (and hopefully cleanup, etc.)
ENDIF
NEXT
***************************************************
Thanks
Philip M. Traynor, DPM