pradeep,krishna has asked for the wisdom of the Perl Monks concerning the following question:
Hi fellow monks.
I am using Win32::GuiTest module and mstsc.exe for remote desktop connection.
My Automation job is to keep the user logged into the system. So I have to close the RDC window. I used the method Win32::GUIRobot qw(CloseWindow); but , for that it is popping up an alert message. To eradicate it I want to execute the command tsdiscon on that RDC.
The problem is I don't know how to execute commands on RDC.
Help me on this
Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to execute commands on remote desktop connection?
by Anonymous Monk on Apr 04, 2014 at 06:38 UTC | |
|
Re: How to execute commands on remote desktop connection?
by dasgar (Priest) on Apr 04, 2014 at 13:41 UTC |