Rev 13 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 10 | h266 | 1 | @echo off |
| 2 | set command=echo |
||
| 17 | h266 | 3 | if exist sw.exe set command="sw.exe" |
| 4 | if exist sw.bat set command=call "sw.bat" |
||
| 5 | if exist swp.exe set command="swp.exe" |
||
| 6 | if exist swp.bat set command=call "swp.bat" |
||
| 13 | h266 | 7 | set args=-hhighres/sw_hrp.def |
| 17 | h266 | 8 | %command% %args% %* |