Rev 58 | Rev 60 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 58 | Rev 59 | ||
---|---|---|---|
Line 143... | Line 143... | ||
143 | 143 | ||
144 | set exe=%exename% |
144 | set exe=%exename% |
145 | if "%debug%"=="1" set exe=%exename%.debug |
145 | if "%debug%"=="1" set exe=%exename%.debug |
146 | 146 | ||
147 | if exist %exe%.bat ( |
147 | if exist %exe%.bat ( |
148 | call %exe%.bat %args% |
- | |
149 | if "%debug%"=="1" echo DEBUG: Final Command Line: call %exe%.bat %args% |
148 | if "%debug%"=="1" echo DEBUG: Final Command Line: call %exe%.bat %args% |
- | 149 | call %exe%.bat %args% |
|
150 | ) else ( |
150 | ) else ( |
151 | start %exe%.exe %args% |
- | |
152 | if "%debug%"=="1" echo DEBUG: Final Command Line: start %exe%.exe %args% |
151 | if "%debug%"=="1" echo DEBUG: Final Command Line: start %exe%.exe %args% |
- | 152 | start %exe%.exe %args% |
|
153 | ) |
153 | ) |
154 | 154 | ||
155 | set svnpath=0 |
155 | set svnpath=0 |
156 | if "%svnpath%"=="0" if exist "%startdir%\svn\bin\svn.exe" set svnpath=%startdir%\svn\bin |
156 | if "%svnpath%"=="0" if exist "%startdir%\svn\bin\svn.exe" set svnpath=%startdir%\svn\bin |
157 | if "%svnpath%"=="0" if exist "%exedir%\svn\bin\svn.exe" set svnpath=%exedir%\svn\bin |
157 | if "%svnpath%"=="0" if exist "%exedir%\svn\bin\svn.exe" set svnpath=%exedir%\svn\bin |