nooblet
Active Member
- Joined
- May 4, 2012
- Messages
- 1,420
- Reaction score
- 12
Hi there just wanted to share a couple .bat files I use on a daily basis to keep HB running smooth.
To make a .bat file just open notepad and copy paste the code below into notepad. When it comes time to save it put " around the file name. eg. "Cache clear.bat" Then save it.
First one is a simple one that clears wow cache and the HB cache. Make sure you change the directory to the one you use.
This one has all my svn files in it. Once again make sure you use your own file locations for the svn locations. You can add as many as you like.
To make a .bat file just open notepad and copy paste the code below into notepad. When it comes time to save it put " around the file name. eg. "Cache clear.bat" Then save it.
First one is a simple one that clears wow cache and the HB cache. Make sure you change the directory to the one you use.
rmdir /s /q "E:\Buddy Products\Honorbuddy\Cache"
rmdir /s /q "E:\World of Warcraft\Cache"
rmdir /s /q "E:\World of Warcraft\Data\Cache"
rmdir /s /q "E:\World of Warcraft\Cache"
rmdir /s /q "E:\World of Warcraft\Data\Cache"
This one has all my svn files in it. Once again make sure you use your own file locations for the svn locations. You can add as many as you like.
@echo offFOR %%A IN (
"D:\Buddy Products\Honorbuddy\aa - Downloaded Stuff\Endless Farming Profiles"
"D:\Buddy Products\Honorbuddy\aa - Downloaded Stuff\Profs\Cooking"
//Auction House
"D:\Buddy Products\Honorbuddy\aa - Downloaded Stuff\AHBuddy"
//TuanAH CR's
"D:\Buddy Products\Honorbuddy\Routines\TuanHADeathKnightWoD"
"D:\Buddy Products\Honorbuddy\Routines\TuanHADruidWoD"
//Garrison
//Bot Bases
"D:\Buddy Products\Honorbuddy\Bots\Simcraft"
"D:\Buddy Products\Honorbuddy\Bots\Autoangler2"
//Pet Battle
"D:\Buddy Products\Honorbuddy\Bots\Prosto_Pets Battle Pets Botbase - BETA!"
) DO START TortoiseProc.exe /command:update /path:%%A /closeonend:0
"D:\Buddy Products\Honorbuddy\aa - Downloaded Stuff\Endless Farming Profiles"
"D:\Buddy Products\Honorbuddy\aa - Downloaded Stuff\Profs\Cooking"
//Auction House
"D:\Buddy Products\Honorbuddy\aa - Downloaded Stuff\AHBuddy"
//TuanAH CR's
"D:\Buddy Products\Honorbuddy\Routines\TuanHADeathKnightWoD"
"D:\Buddy Products\Honorbuddy\Routines\TuanHADruidWoD"
//Garrison
//Bot Bases
"D:\Buddy Products\Honorbuddy\Bots\Simcraft"
"D:\Buddy Products\Honorbuddy\Bots\Autoangler2"
//Pet Battle
"D:\Buddy Products\Honorbuddy\Bots\Prosto_Pets Battle Pets Botbase - BETA!"
) DO START TortoiseProc.exe /command:update /path:%%A /closeonend:0
Last edited: