So this is really simple. I got tired of deleting Caches manually and starting WoW and Honnorbuddy so I put a little Batch file together. There may already be one of these floating on the forum. Here ya go anyways.
@echo off
rd /s /q "C:\World of Warcraft\Cache"
rd /s /q "C:\World of Warcraft\Data\Cache"
rd /s /q "C:\Honorbuddy\Honorbuddy\Cache"
Start "WoW" /high "C:\World of Warcraft\Wow.exe"
Wait 5
start "Honorbuddy" "C:\Honorbuddy\Honorbuddy.exe"
Just replace the directories with wherever you have yours at.
Note the "/high" in the WoW line. You can remove this or set your to run at whatever priority you wish. I run mine at High.
@echo off
rd /s /q "C:\World of Warcraft\Cache"
rd /s /q "C:\World of Warcraft\Data\Cache"
rd /s /q "C:\Honorbuddy\Honorbuddy\Cache"
Start "WoW" /high "C:\World of Warcraft\Wow.exe"
Wait 5
start "Honorbuddy" "C:\Honorbuddy\Honorbuddy.exe"
Just replace the directories with wherever you have yours at.
Note the "/high" in the WoW line. You can remove this or set your to run at whatever priority you wish. I run mine at High.