Jump to content

Freetime

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Freetime

  1. Yeah, I need block to not be able to drag and drop file (disable drag) in Windows Explorer. Thanks.
  2. I need to block left mouse drag and drop file... How can i do that ?
  3. Thanks johnmcloud ! I need to protect folder from copy (to USB disk only), but user can read write and execute...
  4. And... what happen with other application need access to E:data ? You can test if you want
  5. 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 ?
  6. 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
×
×
  • Create New...