While 1
Sleep(10)
Local $copy = ClipGet(), $datafolder = "E:\DATA"
$pr = StringInStr($copy, $datafolder)
If $pr = 1 then
ClipPut(" ")
EndIf
WEnd
With this code, i can clear clipboard when they copy/paste, but... it not work if they drag/drop file ?
Hi all I'm a newbie, I'm beginning to learn Autoit, and I love it In my idea of protect file by Autoit, I have DATA foder (E:DATA) and I don't want any body copy (or drag/drop) files in it to USB disk. How can I do it ??? or... how can i listenning a source folder of copying process for close it ??? Sorry for my bad English