Determine Active Window In A Ctirx Session
Keywords: Determine Active Window In A Ctirx Session
Question:
I am trying to do some manipulation in a citrix client session. I am only able to see the main citrix window so far by using standard WIL commands.How can I get the name(s) of windows(s) active INSIDE a citrix session?
Answer:
Generally, to do anything useful, your script must also be running inside the Citrix window.From the outside of the window, all Winbatch can see is basically a picture of a screen on another computer.
We do have the Terminal Services extender, but it does not seem useful in this case.