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

From SDA Knowledge Base

Jump to: navigation, search
m
(turn on delayed variable expension)
 
Line 1: Line 1:
 
<pre><nowiki>
 
<pre><nowiki>
@echo off
+
START /LOW /B cmd.exe /V /C anri.bat
REM runatlow.bat runs anri.bat by default unless given a parameter.
+
 
+
IF [%1]==[] (
+
  start /LOW /B anri.bat
+
) ELSE (
+
  start /LOW /B %1
+
)
+
 
</nowiki></pre>
 
</nowiki></pre>

Latest revision as of 16:18, 9 February 2008

START /LOW /B cmd.exe /V /C anri.bat
Personal tools