mirror of https://github.com/tobya/DocTo
7 lines
301 B
Batchfile
7 lines
301 B
Batchfile
REM Try on Directory
|
|
"../exe/32/docto.exe" -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T wdFormatPDF -OX .pdf -M true
|
|
|
|
|
|
REM Try on Directory no recurse
|
|
"../exe/32/docto.exe" -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T wdFormatPDF -OX .pdf -M true --no-subdirs
|