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
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![]()