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