Advertisement
Guest User

Clippy.au3

a guest
Jan 12th, 2012
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoTrayIcon
  2. #include <File.au3>
  3. #include <Clipboard.au3>
  4.  
  5. While 1
  6.     $Clippy = _ClipBoard_GetData()
  7.     if $Clippy <> "0" Then
  8.         if $Clippy <> $txtClipboard Then
  9.         _FileWriteLog(@UserProfileDir & "\ClipLog.log",$Clippy)
  10.         EndIf
  11.     EndIf
  12.     $txtClipboard=$Clippy
  13.     Sleep(100)
  14. WEnd
  15. Exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement