Subversion Repositories sw_hrp

Compare Revisions

Regard whitespace Rev 16 → Rev 17

/HRP.bat
1,8 → 1,8
@echo off
set command=echo
if exist sw.exe set command=sw.exe
if exist sw.bat set command=call sw.bat
if exist swp.exe set command=swp.exe
if exist swp.bat set command=call swp.bat
if exist sw.exe set command="sw.exe"
if exist sw.bat set command=call "sw.bat"
if exist swp.exe set command="swp.exe"
if exist swp.bat set command=call "swp.bat"
set args=-hhighres/sw_hrp.def
"%command%" "%args%"
%command% %args% %*
/LRP.bat
1,8 → 1,8
@echo off
set command=echo
if exist sw.exe set command=sw.exe
if exist sw.bat set command=call sw.bat
if exist swp.exe set command=swp.exe
if exist swp.bat set command=call swp.bat
if exist sw.exe set command="sw.exe"
if exist sw.bat set command=call "sw.bat"
if exist swp.exe set command="swp.exe"
if exist swp.bat set command=call "swp.bat"
set args=-hlowres/sw_lrp.def
"%command%" "%args%"
%command% %args% %*