Rev 41 | Rev 43 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 41 | Rev 42 | ||
---|---|---|---|
Line 139... | Line 139... | ||
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% |
143 | call %exe%.bat %args% |
- | 144 | if "%debug%"=="1" echo DEBUG: Final Command Line: call %exe%.bat %args% |
|
144 | ) else ( |
145 | ) else ( |
145 | start %exe%.exe %args% |
146 | start %exe%.exe %args% |
- | 147 | if "%debug%"=="1" echo DEBUG: Final Command Line: start %exe%.exe %args% |
|
146 | ) |
148 | ) |
147 | 149 | ||
148 | set svnpath=0 |
150 | set svnpath=0 |
149 | if "%svnpath%"=="0" if exist "%ProgramFiles%\SlikSvn\bin\svn.exe" set svnpath=%ProgramFiles%\SlikSvn\bin |
151 | if "%svnpath%"=="0" if exist "%ProgramFiles%\SlikSvn\bin\svn.exe" set svnpath=%ProgramFiles%\SlikSvn\bin |
150 | if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\SlikSvn\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\SlikSvn\bin |
152 | if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\SlikSvn\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\SlikSvn\bin |