Main Page Wiki Adventure Logs Forum Characters Main wiki
@ECHO OFF SETLOCAL
FOR /f “delims=” a IN (\\ ‘dir /b /s /a-d * *.txt ’\\ ) DO (\\ pandoc “a” -f textile -t dokuwiki -o “~dpna.txt” ) popd GOTO :EOF