Advertisement
Guest User

Untitled

a guest
Dec 21st, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include <File.au3>
  2. #include <Clipboard.au3>
  3.  
  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