Look at using Win32::GuiTest to automate your terminal services client connection. I don't think you'll have much luck actually controlling the machine once you have established connection. What are you trying to do on the remote system, perhaps there is a more efficient way of achieving your goal. See also How do I post a question effectively?.
| [reply] |
In that server there is my Perl file .i want to run Perl file by Perl script by logging into that server .Is this module(Win32::GuiTest) help me to solve my problem
| [reply] |
I doubt it, as I said you probably won't have much luck in driving a remote server via Win32::GuiTest. Connect via SSH, as Corion has already advised, along with some other methods of execution.
| [reply] |