Tuesday, June 16, 2009

Linking WoW Directories

Short note, the following batch script ran in a "new folder" will link it to the main WoW installation, speeding up some load times and sharing interface customizations.

Replace "d:\wowmain\" with the path your main WoW is installed.

mklink /d Data "d:\wowmain\Data"
mklink /d Cache "d:\wowmain\Cache"

md Errors

mklink /d Interface "d:\wowmain\Interface"

mklink "BackgroundDownloader.exe" "d:\wowmain\BackgroundDownloader.exe"
mklink "Burning Crusade Install Log.html" "d:\wowmain\Burning Crusade Install Log.html"
mklink "dbghelp.dll" "d:\wowmain\dbghelp.dll"
mklink "DivxDecoder.dll" "d:\wowmain\DivxDecoder.dll"
mklink "ijl15.dll" "d:\wowmain\ijl15.dll"

copy "d:\wowmain\Launcher.exe" Launcher.exe

mklink "Patch.html" "d:\wowmain\Patch.html"
mklink "Patch.txt" "d:\wowmain\Patch.txt"
mklink "realmlist.wtf" "d:\wowmain\realmlist.wtf"
mklink "Repair.exe" "d:\wowmain\Repair.exe"
mklink "Scan.dll" "d:\wowmain\Scan.dll"
mklink "unicows.dll" "d:\wowmain\unicows.dll"
mklink "World of Warcraft Install Log.html" "d:\wowmain\World of Warcraft Install Log.html"
mklink "Wow.exe" "d:\wowmain\Wow.exe"
mklink "WowError.exe" "d:\wowmain\WowError.exe"

No comments: