Solved
Forum Discussion
murugans1011
11 years agoRegular Contributor
Hi, I too hav reproduced the problem. One of the the possiible solution is to launching the testedapp from wsh
Sys.OleObject("WScript.Shell").Exec("C:\WINDOWS\system32\notepad.exe")
try this and let me know ur results
Sys.OleObject("WScript.Shell").Exec("C:\WINDOWS\system32\notepad.exe")
try this and let me know ur results