Computer Science Canada copy to clipboard. |
Author: | Saad85 [ Wed Jan 17, 2007 8:51 pm ] |
Post subject: | copy to clipboard. |
is there any command to copy something to the clipboard? |
Author: | Prince Pwn [ Wed Jan 17, 2007 8:55 pm ] |
Post subject: | Re: copy to clipboard. |
I'm not 100% sure about this, but if you Google around to see if the clipboard saves the copied text in a file, you could then possibly use the file statements to open the "clipboard file" and go on from there. |