Skip to content

Instantly share code, notes, and snippets.

@ewollesen
Created February 25, 2014 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewollesen/9202009 to your computer and use it in GitHub Desktop.
Save ewollesen/9202009 to your computer and use it in GitHub Desktop.
World of Warcraft Add-on Installing Batch File
@echo off
c:
cd "\Users\Public\World of Warcraft\interface\addons"
"C:\Program Files\7-zip\bin\7za.exe" x -y "%1"
@ewollesen
Copy link
Author

The 7za.exe is available at http://www.7-zip.org/download.html

Obviously you'll want to change lines 2 & 3 to match your WoW installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment