• Visit Rebornbuddy
  • Make your own .bat files to make updating quicker.

    Discussion in 'Honorbuddy Forum' started by nooblet, May 9, 2015.

    1. nooblet

      nooblet Active Member

      Joined:
      May 4, 2012
      Messages:
      1,419
      Likes Received:
      12
      Trophy Points:
      38
      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.

      You need to register and have one post to see spoilers!
      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.

      You need to register and have one post to see spoilers!
       
      Last edited: May 11, 2015
    2. cable-one

      cable-one New Member

      Joined:
      Apr 11, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      Hi,

      Thanks for sharing this.
      Could you explain what the command do in your example ?

      " %%A IN ( ) DO START TortoiseProc.exe /command:update /path:%%A /closeonend:0" ??

      Kind regards,
       
    3. nooblet

      nooblet Active Member

      Joined:
      May 4, 2012
      Messages:
      1,419
      Likes Received:
      12
      Trophy Points:
      38
      It basically automates tortoise SVN and updates multiple folders at the same time.

      Appendix D. Automating TortoiseSVN
       
    4. Soeski

      Soeski Member

      Joined:
      Jan 15, 2010
      Messages:
      971
      Likes Received:
      2
      Trophy Points:
      18
      Appreciated! But, for the not-so-knowing amongst us, your text file starts with:

      @echo offFOR %%A IN (

      This of course needs to be:

      @echo off
      FOR %%A IN (

      Windows interprets the commands as "@echo" and "offFOR" so that does not work obviously.
       
      Last edited: May 10, 2015
    5. nooblet

      nooblet Active Member

      Joined:
      May 4, 2012
      Messages:
      1,419
      Likes Received:
      12
      Trophy Points:
      38
      Still works for me. Might be a little outdated but I use this everyday.
       
    6. Macatho

      Macatho New Member

      Joined:
      Dec 3, 2011
      Messages:
      1,108
      Likes Received:
      18
      Trophy Points:
      0
      But does this require that you have SVN enabled on the folders you want to update?

      EDIT: And for us with slow internets it might not be the best idea to remove Mesh folder each day :)
       
    7. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      This!

      @Nooblet:
      Please, without placing understandable-to-the-community explanations, do not share information, which would harm probably more than 90% of the users botting experience.

      With meshes folder removed, they would need to download mesh files with 400-1500 MB size on a daily basis.
       
    8. Turnip

      Turnip New Member

      Joined:
      Feb 16, 2015
      Messages:
      195
      Likes Received:
      2
      Trophy Points:
      0
    9. nooblet

      nooblet Active Member

      Joined:
      May 4, 2012
      Messages:
      1,419
      Likes Received:
      12
      Trophy Points:
      38
      Ok I deleted the line for the meshes. the rest is fine and works 100% for me there is no need to change anything.
       
    10. nooblet

      nooblet Active Member

      Joined:
      May 4, 2012
      Messages:
      1,419
      Likes Received:
      12
      Trophy Points:
      38
      Oh cheers, didn't realize this was there :(
       

    Share This Page