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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Connect to Remoteserver from perl

Replies are listed 'Best First'.
Re^3: Connect to Remoteserver from perl
by choroba (Cardinal) on May 12, 2011 at 09:54 UTC
    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.
      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?.

    A reply falls below the community's threshold of quality. You may see it by logging in.