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