anandchakru Posted August 7, 2010 Posted August 7, 2010 Hi I'm trying to push all the contents of the clipboard to either a file or a blob or some format which I can recover later .... [A] and then empty my clipboard and ready for the me to copy something else and then put that content also into another file of a record in the database .... and then later recover [A] to clipboard and then after sometime recover to the clipboard. I got some help in AHK ClipSaved := ClipboardAll FileAppend, %ClipSaved%, C:\Company Logo.clip Clipboard := ClipSaved ClipSaved = But I want to do it in Autoit (coz its my fav.) Can anybody help me please [font="Book Antiqua"]Thanks`A[/font]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now