I am trying to click a button on an application in the systray using WSH. Is this possible? Could somebody provide an example written in Jscript please? THANKS
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it’s not possible unless the program itself provides COM instrumentation (Office and IE does this for instance). The large majority of programs cannot be instrumented. And WSH provides very basic shell access, and as far as I know, it provides no access at all to the notification area.
You’ll likely want some other tool that does this. While I’m not sure of an exact program, I’m sure google can yield something in the region of “windows automation.”