Search found 3 matches

by radorjan
Fri Feb 06, 2009 3:33 am
Forum: Technical / Scripting
Topic: Mouse Scroll
Replies: 3
Views: 4985

I had tried smaller number before but it didn't scroll the length I needed LibFunc>user32,mouse_event,r,MOUSEEVENTF_WHEEL,0,0,-300,0 I ended up just having to click inside a certain spot of the web browser to use the up and down arrows then having to locate the data spot again with the image recog c...
by radorjan
Thu Feb 05, 2009 10:58 pm
Forum: Technical / Scripting
Topic: Mouse Scroll
Replies: 3
Views: 4985

Mouse Scroll

Hi,

I am trying to scroll down and tried

Let>MOUSEEVENTF_WHEEL=2048
LibFunc>user32,mouse_event,r,MOUSEEVENTF_WHEEL,0,0,-1500,0

it works the first time, but then seems to mess up the mouse - is there some sort of mouse reset?

Thanks
by radorjan
Fri Jan 16, 2009 7:02 am
Forum: Technical / Scripting
Topic: RDP into machine and finding a file
Replies: 2
Views: 3008

RDP into machine and finding a file

Hi, I have a couple hundred windows boxes where I only have RDP access (no WMI/NETBIOS access/no SNMP) and trying to find a way to see if they have a file one them. Any suggestions on how to do this? One idea I have is to login and make/run a batch file like this for /f "Tokens=2 Delims=[]" %%i in (...
cron
Sign up to our newsletter for free automation tips, tricks & discounts