mirror of https://github.com/tobya/DocTo
5 lines
368 B
Batchfile
5 lines
368 B
Batchfile
REM If output Dir left out default to input
|
|
REM copy ".\Inputfiles\pie3.doc" ".\GeneratedFiles\PieNoOutputTest.doc"
|
|
REM Try on Single
|
|
"../exe/32/docto.exe" -PP -f ".\Inputfilespp\Presentation1.ppt" -o ".\GeneratedFiles\res3.jpg" -T 17 -l 10
|
|
"../exe/32/docto.exe" -PP -f ".\Inputfilespp\Presentation1.ppt" -o ".\GeneratedFiles\res3.pdf" -T ppSaveAsPDF -l 10 |