3 rem %1 = path to spellcheck executable
\r
5 rem %3 = name of the file to check
\r
6 rem %4 = name of the logfile
\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