Hi,
How do I identify an open window (non-browser app), copy the top line of text, then paste to notepad? Thanks.
How do I copy and paste
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: How do I copy and paste
Hi,
This really depends on the application/window in question. But the answer is "by simulating what you would normally do manually". So, really, the answer is to first try it manually, note the steps you need to take.
A good start is:
http://help.mjtnet.com/article/3-how-to ... ion-script
This really depends on the application/window in question. But the answer is "by simulating what you would normally do manually". So, really, the answer is to first try it manually, note the steps you need to take.
A good start is:
http://help.mjtnet.com/article/3-how-to ... ion-script
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: How do I copy and paste
Thanks Marcus,
I now have 5 numbers in notepad (extracted from the window).
I want to create an equation using the numbers, and if the product is > x, then I want to go onto the next step.
Help pls.
I now have 5 numbers in notepad (extracted from the window).
I want to create an equation using the numbers, and if the product is > x, then I want to go onto the next step.
Help pls.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: How do I copy and paste
Ok, any reason why you are pasting the data to notepad? If you want to store in a text file you can do that directly with the WriteLn command. No need to manipulate Notepad.
To help with your equation I kinda need to know what it is.
To help with your equation I kinda need to know what it is.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?