Trying to use following command line in Windows 10 x64 command prompt:
“C:\Program Files\LibreOffice\program\soffice” --convert-to “txt:Text” *.docx
But getting error:
Error: source file could not be loaded
Tried changing command line to:
“C:\Program Files\LibreOffice\program\soffice” --convert-to “txt:Text” “2019-12-20 18_32_25 - ZDA - [1] Winter Dance Party 2019-12-28.pdf.b64.*.docx”
But same error. If I issue the command with a complete filename, it works on that file. I have seen examples of wildcard *
being used to specify multiple files on the command line here in these forums, and in the LibreOffice help file. What am I doing wrong?