Difference between revisions of "Anri-chan/Source/sample.bat"
From SDA Knowledge Base
| Ballofsnow  (Talk | contribs)  (turn on delayed variable expension) | Ballofsnow  (Talk | contribs)   (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% | ||
| − | + | 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

