COPY DATA AUTOMATICALLY FROM USB TO YOUR PC ON INSERT
- open cmd
- type copy filename.bat
- now type xcopy
i: f:\copied /h /s /c /q /i remove - type Exit
- press f6
- now it will create a batch file named filename.bat
xcopy is a command which dataset used to copy file and folder
i: is the name of your pen-drive name replace with your drive name
f:\ copied is the name of folder where you wish to copied data is to be placed replace
with your own folder or path
/h is used to copy hidden files also
Now copy this file on desktop. Whenever someone insert his/her USB into your system, then click on this file. His/Her data will automatically copied into the folder specified by you.