Created
February 25, 2014 03:18
-
-
Save ewollesen/9202009 to your computer and use it in GitHub Desktop.
World of Warcraft Add-on Installing Batch File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
c: | |
cd "\Users\Public\World of Warcraft\interface\addons" | |
"C:\Program Files\7-zip\bin\7za.exe" x -y "%1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
7za.exe
is available at http://www.7-zip.org/download.htmlObviously you'll want to change lines 2 & 3 to match your WoW installation.