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