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

From SDA Knowledge Base

Jump to: navigation, search
(turn on delayed variable expension)
(Regular call since anri restarts itself in low priority mode.)
Line 3: Line 3:
 
(SET anri_dir=%~dp0)
 
(SET anri_dir=%~dp0)
 
CD %anri_dir%
 
CD %anri_dir%
START /LOW /B cmd.exe /V /C anri.bat sample
+
CALL anri.bat samplemode
 
EXIT
 
EXIT
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 16:44, 10 February 2008

@echo off
(SET anri_dir=%~dp0)
CD %anri_dir%
CALL anri.bat samplemode
EXIT
Personal tools