In a script I open an wordpad (rtf file) that I want to paste screen shots to as well as write text as the script progresses. I am able to paste screen shots, but WriteLn does not write text to an rtf. Is there a way to do this?
It does not have to be an rtf file, but I need to do both screen shots and text.
Thanks you,
Raymond
How can I write to a non text file
Moderators: JRL, Dorian (MJT support)
Hi rsamour,
Paste the text in as well.
Gale
Paste the text in as well.
Code: Select all
PutClipBoard>Picture of my macro robot
SetFocus>WordPad*
Press Ctrl
Send>V
Release>Ctrl
Gale
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Or use Send>
Code: Select all
SetFocus>WordPad*
Send>Picture of my macro robot