mirror of https://github.com/tobya/DocTo
12 lines
522 B
Batchfile
12 lines
522 B
Batchfile
REM XLSTO fffff
|
|
|
|
|
|
REM Load csv files convert to xls
|
|
REM "../exe/32/docto.exe" -XL -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T 20 -OX .txt -FX .csv -L 10
|
|
"../exe/32/docto.exe" -XL -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles\" -T xlPDF -L 10
|
|
|
|
REM Full Dir
|
|
"../exe/32/docto.exe" -XL -L 10 -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T xlHtml -OX .html
|
|
"../exe/32/docto.exe" -XL -L 10 -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T xlExcel7 -OX .xls97
|
|
|