Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- cd /d c:\7-zip\
- 7za.exe a -t7z "c:\Backup-upload\documents-backup-upload.%date%.7z" c:\Documents -mx=9
- echo The folder has been archived and saved to c:\.
- pause >nul
- exit
- compress folder via 7za and current date appended.
Advertisement
Add Comment
Please, Sign In to add comment