Jump to content

Is it possible to automate the operation of an application running remotely and being accessed via an RDP window?


Recommended Posts

We need to automate the operation of an application which is running on another computer.  Currently, we access the other computer via RDP and run the application there.  All we need to do is program some answers to some text input fields for the application on the remote computer.  We cannot install anything on the remote computer, only on our local computer.

Is this possible with AutoIt?  Are there any examples?

Link to comment
Share on other sites

Only if you used pixel searches, and that would be unreliable.

You can copy over a compiled script via PAExec, and then execute it (no autoit install required).

IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...