| View previous topic :: View next topic |
| Author |
Message |
treecar
Joined: 12 Nov 2009 Posts: 5
|
Posted: Tue Dec 01, 2009 3:14 am Post subject: Copy text from closed file to clipboard |
|
|
| I had a question, I'm wondering how to create a hotkey that will copy text that's in a text file on my computer to the clipboard without opening the file, is this possible? I have been reading the clipboard documentation but I have a feeling I'm missing something. |
|
| Back to top |
|
 |
poo_noo
Joined: 08 Dec 2006 Posts: 248 Location: Sydney Australia
|
Posted: Tue Dec 01, 2009 3:27 am Post subject: |
|
|
Look up FileRead in the help
| Code: | | FileRead, OutputVar, C:\My Documents\My File.txt |
_________________ Paul O |
|
| Back to top |
|
 |
|