Subversion Repositories sw_hrp

Compare Revisions

Regard whitespace Rev 9 → Rev 10

/HRP.bat
0,0 → 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
set args=-hhighres/sw.def
"%command%" "%args%"