From: Dee Earley on
On 06/08/2010 02:55, susan wrote:
> I would like to know if there is any software that can detect or
> monitor the file or folder being copied either by copy command(like on
> command prompt-- copy a b) or by using drag/drop(ctrl+c and ctr+v).

For what purposes?
As a programmer, you can use Process Explorer to see what is happening,
but you will need a file change notification hook to get any writes.
(Tying it back to a given source being copied could be nigh on
impossible though.)

--
Dee Earley (dee.earley(a)icode.co.uk)
i-Catcher Development Team

iCode Systems

(Replies direct to my email address will be ignored.
Please reply to the group.)