Skip to main content

Posts

Showing posts from February, 2015

How to copy Data From Pendrive using com

HI all, I hope you are all well. I'm back with an incredible trick today.  How to copy Data From Pendrive On Insert We'll learn how to copy data from a pendrive today. using Insert, We occasionally wish that data from a pendrive or DVD would automatically copy into your system in a disguised form when it was inserted into a computer. Software is not required in this. We'll use a few Dos commands to make it possible. Follow the steps listed below to get started. 1. launch cmd 2. Press the copy con filename.bat key. 3. Now, remove the " " and type " xcopyi: f:copied /h /s /c /q /i " 4. Type Exit 5. hit f6 6. It will now produce a batch file with the name filename. here, bat The command xcopy is used to copy files.