• Visit Rebornbuddy
  • Batch File to Delete Caches and Start Wow + Honorbuddy

    Discussion in 'Honorbuddy Forum' started by b0rgri0t, Jan 28, 2013.

    1. b0rgri0t

      b0rgri0t New Member

      Joined:
      Jun 27, 2010
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      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.
       

    Share This Page