Many thanks. Wonderful app.
I have a question, How to find a window is running or not?
For e.g, visually we know the list of Active windows using the command
Select-Window | ft –auto
I would like to know a particular window is in the list or not. The only way I can think of now is send the output of the above command to a file then use the Select-String cmdlet to find whether an application window is still active or not.
Is there any neat way?
Any help is much appreciated.
↧