Advertisement
k1ck3r

[Warfare] Backup all important

Apr 19th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.47 KB | None | 0 0
  1. rem set the default date format /check your local settings/
  2. set AddonDate=%date%
  3.  
  4. rem simple dos execution of commands :)
  5. c:
  6. cd \"Battle.NET\World of Warcraft"
  7.  
  8. rem carefully describe paths with proper syntaxis
  9. "c:\Program Files\WinRAR\rar" a "AddonsBackup-ElvUI-%AddonDate%" interface WTF Fonts screenshots backup-script.bat
  10. copy AddonsBackup-ElvUI-%AddonDate%.rar "d:\Google\Addons"
  11. copy AddonsBackup-ElvUI-%AddonDate%.rar "D:\Google\WoW Backup"
  12.  
  13. rem enjoy. -phrenetic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement