How to Copy/Paste Data Automatically on insert of
pendrive to your computer
All of us want to copy the data of his Friends pendrive without being noticed by th friend.
For this purpose here is a simple trick which you may use to do so.
There is no need of any software in this. We will make it possible with the help of
some DOS commands (CMD Commands).
Follow the below steps.
Follow the below steps.
1. Open CMD
2. Type copy con filename.bat
3. Now type "xcopy i: f:\copied /h /s /c /q /i" remove " "
4. Type Exit
5. Press f6
6. Now it will create a batch file named filename.bat
xcopy is a command which is used to copy file and folder
i: is the name of your pen-drive 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
xcopy is a command which is used to copy file and folder
i: is the name of your pen-drive 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 into desktop now whenever someone insert his/her USB into your system then click on this file his data is automatically copied into the folder specified by you
Hope You Liked it ......
Stay Updated and Keep visiting ....
Follow for more cool stuffs....
Don't Forget to Give G+1 to this trick..
No comments:
Post a Comment