forum:convert
@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
forum/convert.txt · Last modified: by 127.0.0.1
@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