Difference between revisions of "Anri-chan/Source/runatlow.bat"

From SDA Knowledge Base

Jump to: navigation, search
(Dynamic runatlow.bat.)
 
m
Line 8: Line 8:
 
   start /LOW /B %1
 
   start /LOW /B %1
 
)
 
)
</nowiki><pre>
+
</nowiki></pre>

Revision as of 20: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
)
Personal tools