ICQBOY 0 Posted December 1, 2010 Hello Everyone: I am autoit beginner. Are there anyone knows how to hook file copy operation from USB disk? Thanks. Share this post Link to post Share on other sites
hannes08 39 Posted December 1, 2010 Hi Icqboy, what do you mean by "to hook file copy"? Do you want to stop filecopies from USB drives? Have a look at DriveGetType and DriveGetDrive in the help file. Maybe this helps you. Regards, Hannes Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites
ICQBOY 0 Posted December 1, 2010 Hi Icqboy,what do you mean by "to hook file copy"? Do you want to stop filecopies from USB drives?Have a look at DriveGetType and DriveGetDrive in the help file. Maybe this helps you.Regards,HannesHi Hannes123:I want to log file copies from USB Drivers. If I want to make this function should I use API Hook method to capture the copy event?Thanks for your help.Best Regards, Share this post Link to post Share on other sites
hannes08 39 Posted December 1, 2010 Honestly, I don't know much about API hook methods. But you may try these UDF: from seangriffinIt may help you to track whether a drive has been added and files are copied / created.Regards,Hannes Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites