Help with mouse coordinates
Moderator: DosItHelp
Help with mouse coordinates
It's possibel to make one program that goes to a desire coordinates (in batch).
-
- Posts: 8
- Joined: 11 Apr 2010 20:55
Re: Help with mouse coordinates
This cannot be done in batch. AutoIT would be the solution for simulating mouse clicks at a certain screen point. It's very simple to implement a mouse click (MouseClick(x,y)).
Re: Help with mouse coordinates
aseventhmindset is right. I wrote a small tool in C++, have a look at getclickxy.
Maybe you should read the entire thread. There are a lot of useful tools.
Regards
aGerman
Maybe you should read the entire thread. There are a lot of useful tools.
Regards
aGerman
Re: Help with mouse coordinates
ok thanks but can you help me make a program in visual studio that when we press a key the program make infinite loop and the loop change mouse coordinates, and then we press another key and he stop, can you help me?
Re: Help with mouse coordinates
No, sorry. This is a DOS Batch Forum. Visual Studio stuff is absolutely off topic.
Regards
aGerman
Regards
aGerman
Re: Help with mouse coordinates
ok no problem