What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Batch File to Delete Caches and Start Wow + Honorbuddy

b0rgri0t

New Member
Joined
Jun 27, 2010
Messages
7
Reaction score
0
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.
 
Back
Top