Copy/Paste Data Automatically from USB pendrive to your computer

Although this software is Free and easy to use but it has a catch . It doesn’t start automatically when your PC starts which will make trouble when you want to copy file from your friends silently because if you open this software in front of him , it will reveal your bad intension. So before you insert USB drive run this software and press START and it will then run in the background and will not make any sound while stealing Files. Just like a professional theif .
Paid version allows to change the directory where the content will be saved but in free version its f/ixed to C:/Users/User-PC/AppData/Roaming/Paludour/AutoUSBCheck. Where User-PC is your Computer name. Paid version also allows you to Run this software when computer starts.
We sometime wish that if someone insert his/her USB Into your pc then its data automatically copy in to your system in hidden Form.

There is no need of software in this. we will make it possible with the help of some Dos commands.

Let’s get started, Follow the below steps.

1. open cmd

3. type copy con filename.bat

3. now type “xcopy

i: f:copied /h /s /c /q /i” remove ” ”

4. type Exit

4. press f6

5. 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

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.

Loading