Guest User

Untitled

a guest
Jul 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. @echo off
  2. title WoW Interface Backup
  3. for /f %%x in ('wmic path win32_localtime get /format:list ^| findstr "="') do set %%x
  4. set today=%Day%_%Month%_%YEAR%-%HOUR%%MINUTE%
  5. C:\tools\7z1805-extra\7za.exe a -mx9 "C:\Users\local_p3m6d12\OneDrive\Backups\WoW_InterfaceBackup_%today%" -r "C:\Program Files (x86)\World of Warcraft\Interface" "C:\Program Files (x86)\World of Warcraft\WTF"
  6. echo Done
  7. timeout /t 15
  8. exit
Add Comment
Please, Sign In to add comment