OSDN Git Service

Update version number to 1.2.1.0
[tortoisegit/TortoiseGitJp.git] / doc / Aspell / aspell.in
1 @echo off\r
2 rem parameters\r
3 rem %1 = path to spellcheck executable\r
4 rem %2 = language\r
5 rem %3 = name of the file to check\r
6 rem %4 = name of the logfile\r
7 echo --- %3 > %4\r
8 "$XSLTProcPath$\xsltproc.exe" --nonet .\aspell\removetags.xsl %3 | %1 --mode=sgml --encoding=utf-8 --add-extra-dicts=./ASpell/%2.pws --add-extra-dicts=./ASpell/Temp.pws --lang=%2 list check >> %4\r