FOR %%f IN (*.docx) DO pandoc -f docx --template=default.html -t html "%%f" -s -o "%%f.html"