• Visit Rebornbuddy
  • Multiple HBrelog Profiles

    Discussion in 'Featured' started by jdelpheki, Apr 24, 2015.

    1. jdelpheki

      jdelpheki New Member

      Joined:
      Jan 22, 2015
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      1
      i goggled for at least 45 seconds and did not see any "command line" ability to specify a import or settings file for use with the task scheduler.

      As i mentioned i did not find anything but instead of complaining i wrote a batch file. with almost no imagination i wrote 3 more now i switch profiles like a champ.


      PHP:
       :: This is t begining of Code block Copy from here to the end of code block then save as file.bat 
      :: First setup HBrelog the way you want it for the FIRST RUN then COPY SETTINGS.XML to FIRSTRUN.XML
      :: Second setup HBrelog the way you want it for te SECOND RUN then COPY SETTINGS.XML to SECONDRUN.XML
      :: by analysing the lines above you should be able to make as many profiles as you like--^

      ::
      copy the existing file to a temp file
      copy C
      :\Users\%username%\AppData\Roaming\HighVoltz\Setting.xml C:\Users\%username%\AppData\Roaming\HighVoltz\Temp.xml

      ::run a ping to nowhere to generate a slight delay
      ping 1 1.1.1.1 
      nul

      ::Copy the Settings.XML i made earlier !!Use an actual settings file not an export version!!
      copy C:\Users\%username%\AppData\Roaming\HighVoltz\FIRSTRUN.xml C:\Users\%username%\AppData\Roaming\HighVoltz\Setting.xml

      ::run a ping to nowhere to generate a slight delay
      ping 1 1.1.1.1 
      nul

      :: Change the line below to match the directory of the executable
      c
      :\HBRelog\HBRelog.exe

      ::This is the end of the code Block contents can be saved t oa text file and saved as a BATCH file also known as .bat

      any one with questions on how to make a batch file please visit
      https://www.google.com/search?q=google+batch+files+for+dummies&ie=utf-8&oe=utf-8

      %% variable added
       
      Last edited: Apr 24, 2015
    2. bl4ck

      bl4ck Member

      Joined:
      Aug 18, 2011
      Messages:
      976
      Likes Received:
      6
      Trophy Points:
      18
      PHP:
      C:\Users\%username%\AppData\Roaming\HighVoltz
       
    3. jsimmons10

      jsimmons10 Community Developer

      Joined:
      Feb 15, 2012
      Messages:
      744
      Likes Received:
      10
      Trophy Points:
      18
      hm nice. i used task scheduler to to open up hbrelog and start a profile every day about 1 hr before i come home so when i get on all my garrisons will be done. im sure there are other ways of doing this but found it more enjoyable to fun to do being the nerdy computer guy i am
       
    4. HHeLiBeBCNOF

      HHeLiBeBCNOF Member

      Joined:
      Oct 24, 2014
      Messages:
      93
      Likes Received:
      3
      Trophy Points:
      8
      Oh wow, I had been planning the code for something like this in my head over the last few days.
      Will give this a thorough workout over the weekend.
       

    Share This Page