Subversion Repositories sw_hrp

Rev

Rev 13 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 17
Line 1... Line 1...
1
@echo off
1
@echo off
2
set command=echo
2
set command=echo
3
if exist sw.exe set command=sw.exe
3
if exist sw.exe set command="sw.exe"
4
if exist sw.bat set command=call sw.bat
4
if exist sw.bat set command=call "sw.bat"
5
if exist swp.exe set command=swp.exe
5
if exist swp.exe set command="swp.exe"
6
if exist swp.bat set command=call swp.bat
6
if exist swp.bat set command=call "swp.bat"
7
set args=-hlowres/sw_lrp.def
7
set args=-hlowres/sw_lrp.def
8
"%command%" "%args%"
8
%command% %args% %*