Subversion Repositories nw_plus

Rev

Rev 30 | Rev 37 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30 Rev 35
Line 141... Line 141...
141
call %exe%.bat %args%
141
call %exe%.bat %args%
142
) else (
142
) else (
143
start %exe%.exe %args%
143
start %exe%.exe %args%
144
)
144
)
145
 
145
 
-
 
146
set svnpath=0
-
 
147
for %%S in (svn.exe) do if exist "%%~dp$PATH:S" set svnpath=%%~dp$PATH:S
-
 
148
if "%svnpath%"=="0" if exist "%ProgramFiles%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles%\TortoiseSVN\bin
-
 
149
if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\TortoiseSVN\bin
-
 
150
 
-
 
151
cd /d "%addondir%"
-
 
152
if not "%svnpath%"=="0" if exist ".svn" svn update
-
 
153
cd /d "%addonhrpdir%"
-
 
154
if not "%svnpath%"=="0" if exist ".svn" svn update
-
 
155
set svnpath=
-
 
156
 
146
goto end
157
goto end
147
 
158
 
148
:nonwgrp
159
:nonwgrp
149
echo.
160
echo.
150
echo Error: You don't have NWINTER.GRP in your directory.
161
echo Error: You don't have NWINTER.GRP in your directory.