Hi,
I am need to AHK. Can you please help me in writing a code to parse a text file and paste it particular mouse location?
The text file is dynamic and keeps changing. So none of those in the text file will be same
AAA
BBB
CCC
DDD
EEE
So, I need to read text file from AAA to EEE (these keep changing) and paste in mouse location
Can you please help?
Thanks,
Parse text file
-
- Posts: 260
- Joined: 09 Mar 2019, 01:52
- GitHub: MassimoCastell
- Location: Germany
- Contact:
Re: Parse text file
Sure we can help. Where is the problem. Post the code you've got.
Re: Parse text file
How do you paste something at the mouse's location? Do you mean click and send Ctrl+V
Code: Select all
Mouseclick
SendInput, {Ctrl down}v{Ctrl up}
Who is online
Users browsing this forum: AHK_EagerBeginner, Bing [Bot], Chemomancer, Chunjee, kunkel321, malikye, mikeyww, MrCheeseman, tertius, vmech and 51 guests