summaryrefslogtreecommitdiff
path: root/support/spell/texspell.bat
blob: 90438c03ad281e3d1d7b67cc6d7d16253a48a417 (plain)
1
2
3
4
5
6
7
@echo off
if "%1"=="" goto syntax
c:\spell\spell %1 wrong.spl c:\spell\alldicts.nl @c:\spell\options.spl
goto end
:syntax
echo syntax: TEXSPELL myfile.tex
:end