anandchakru 0 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] Share this post Link to post Share on other sites