Guest User

Untitled

a guest
Dec 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @ECHO OFF
  2. FOR /F "tokens=2* delims= " %%A IN ('REG QUERY "HKLM\SOFTWARE\Blizzard Entertainment\World of Warcraft" /v InstallPath') DO SET installpath=%%B
  3. ECHO installpath = %installpath%
  4. del "%installpath%\Cache\WDB\enUS\creaturecache.wdb"
  5. del "%installpath%\Cache\WDB\enUS\npccache.wdb"
  6. start "World of Warcraft" "%installpath%\World of Warcraft Launcher.exe"
Add Comment
Please, Sign In to add comment