for %%a in (*.txt) do ( tree-tagger -token -lemma -sgml ..\lib\german-utf8.par %%a > %%a.tagged )