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

Script to update all Svn at once :)

blackarrow

Member
Joined
Mar 28, 2012
Messages
137
Reaction score
1
Hey guys

This can be helpful to you

This code will update all the SVn folders in the same page

@echo off
SET A=""
FOR %%A IN (
"C:\Users\user\Desktop\Profiles Honnorbuddy\kicks-scripts"
"C:\Users\user\Desktop\Honorbuddy 2.5.9468.722\Bots\autoangler2"
) DO CALL :CONCAT %%A
TortoiseProc.exe /command:update /path:"%A:"=%" /
goto :eof

:CONCAT
set A=%A%%1*
goto :eof

Save the File with the name you want "Something.bat" the end extesion to .bat is what makes this work


And Final just need to add

Example: "C:\Users\user\Desktop\Honorbuddy 2.5.9468.722\Bots\autoangler2"

With you specific plugin or where the folder is :)

trade_3.webp
 
Code:
@echo offFOR %%A IN (


"C:\Honorbuddy\Botanist"


"C:\Honorbuddy\Bots\AutoAngler2"


"C:\Honorbuddy\Bots\BgBot"


"C:\Honorbuddy\Bots\Tyrael"


"C:\Honorbuddy\HBRelog"


"C:\Honorbuddy\Kick"


"C:\Honorbuddy\Plugins\MrGearBuyer"


"C:\Honorbuddy\Plugins\MrItemRemover2"


"C:\Honorbuddy\Plugins\Rarekiller"


"C:\Honorbuddy\Plugins\timelessbuffs"


"C:\Honorbuddy\Routines\TuanHAShamanPublicRelease"


) DO START TortoiseProc.exe /command:update /path:%%A /closeonend:1

Not sure what the extra code is in yours as I don't know .bat, I got mine from the guide's section.
 
The extra code makes it like the image all in one in the same page :)
 
That's exactly how I prefer it. All the windows were driving me nuts.
 
All I do is select all my folders that I want to update // Right click // svn update ....
 
Back
Top