Difference between revisions of "Anri-chan/Source/runatlow.bat"
From SDA Knowledge Base
Ballofsnow (Talk | contribs) (Dynamic runatlow.bat.) |
Ballofsnow (Talk | contribs) m |
||
Line 8: | Line 8: | ||
start /LOW /B %1 | start /LOW /B %1 | ||
) | ) | ||
− | </nowiki><pre> | + | </nowiki></pre> |
Revision as of 19:09, 15 August 2007
@echo off REM runatlow.bat runs anri.bat by default unless given a parameter. IF [%1]==[] ( start /LOW /B anri.bat ) ELSE ( start /LOW /B %1 )