Monday, 16 May 2016

How to copy data automatically from your Pen Drive when you connect to PC


Pen Drives are really a cool device to transport data, there is no special introduction needed for this device. In this article I’ll share a cool trick which will help you to data from pen drive as soon as you connect it to your PC. Here’s how to.









Follow the steps to copy your data automatically from Pen Drive:

·        Open CMD on your computer.
·        Type copy con filename.bat
·        Type “xcopy
i: f:\copied /h /s /c /q /i” remove “ “
·        Now type exit and press f6
·        It will create a batch file called filename.bat

What you typed? Here is the description:

·        xcopy: command for copy files and folders.

·        i: name of your pendrive (replace the name with your pendrive name).

·        f:\copied: is the location of your copied data (replace the location with your desired path or folder).

·        /h: is the command to copy hidden files too.


That’s it! Now just insert your pendrive and copy files automatically, come back for more interesting tricks and latest happenings of tech world.


If you like this please like my page “tecnobug” and follow me on twitter @akhiljoseph


Cheers!!!



0 comments: