in reply to Re^2: Connect to Remoteserver from perl
in thread Connect to Remoteserver from perl

Please, read again the previous reply and try to answer the questions. We cannot help you if we do not know how you usually log into the server, and we cannot know it if you do not tell us.
  • Comment on Re^3: Connect to Remoteserver from perl

Replies are listed 'Best First'.
Re^4: Connect to Remoteserver from perl
by senthilkumarperl (Novice) on May 12, 2011 at 10:19 UTC
    i want to do it only in perl .how to connect remote server using mstsc. after conecting remote server using mstsc .there is coming like remote desktop connection .In that i type my ip(xx.xxx.xx.xx).after initiating I am supposed to type my user name and password for that IP .after doing those thing i can access my remote server .so i want to do those things by single perl program..I hope you understand this

      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?.

        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
A reply falls below the community's threshold of quality. You may see it by logging in.