Hello guys, i wrote a file copy program myself(on c, a console project, named it j_copy_paste). To copy a file, i have to open the program, write the source and destination directory and then only the copy begins. I want my program to be able to copy a file like windows does. I mean, i go to the source directory of the file i want to copy, right click, select copy, go to destination directory, write click, select paste with "j_paste" and the copy begins with my program. Can anybody tell me what to do?