Jump to content

Recommended Posts

Posted

Clever People,

I am remoting to machine B from my local machine (A).

On machine B are autoit scripts and exe's. I am simply running them on machine B via remote. I am running no scripts on A.

I am having trouble with Mousemove in that it does nothing.

WinActivate("window name")

$array = MouseGetPos()

consolewrite($array[0] & " " & $array[1] & @cr)

This returns values. [replace window name with anything]

But Mousemove does nowt.

WinActivate("window name")

mousemove(400, 400)

sleep(1000)

mousemove(400, 200)

Any help is much appreciated.

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
  • Recently Browsing   0 members

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