I have a host of lwp files sprinkled across multiple folders that I would like to convert.
To practice I opened a Command Prompt window and navigated to a folder.
I entered the following command:
D:\Applications\LibreOffice\program\soffice.exe --convert-to DOC a.lwp
It does its thing very silently. No feedback, no nothing … and no new files in the source folder, either.
So…what am I doing wrong here?
Works for me like a charm (though I don’t understand, why you want to convert from a deprecated file format .lwp
into another deprecated file format .doc
)
C:\...\Test>dir
2021-01-13 18:15 <DIR> .
2021-01-13 18:15 <DIR> ..
2021-01-13 18:03 22.588 Lorem.lwp
1 File(s) 22.588 bytes
C:\...\Test>"C:\Program Files (x86)\LibreOffice\program\soffice.exe" --convert-to DOC Lorem.lwp
C:\...\Test>dir
2021-01-13 18:15 <DIR> .
2021-01-13 18:15 <DIR> ..
2021-01-13 18:15 15.872 Lorem.DOC
2021-01-13 18:03 22.588 Lorem.lwp
2 File(s) 38.460 bytes
Using LibreOffice Version:
Version: 7.0.4.2 (x86), Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 1; OS: Windows 10.0 Build 19042; UI render: default; VCL: win
Locale: de-DE (en_DE); UI: en-US, Calc: threaded
Regarding your “Answer:”
…ECC12_9-.lpw
This doesn’t look like .lwp
but .lpw
I’d prefer to convert them to DOCX, but I do not believe this is an option. At least Word will open DOC files.
Here is my attempt to copy what you did on a file I know LibreOffice will open …
Directory of D:\Documents\FILING!!\BIBLE\BIBLICAL\Ecclesiastes
01/13/2021 11:34 AM .
01/13/2021 11:34 AM …
07/24/1999 07:15 PM 34,272 ECC12_9-.LWP
1 File(s) 34,272 bytes
2 Dir(s) 1,220,915,965,952 bytes free
D:\Documents\FILING!!\BIBLE\BIBLICAL\Ecclesiastes>“D:\Applications\LibreOffice\program\soffice.exe” --convert-to DOC ECC12_9-.lpw
D:\Documents\FILING!!\BIBLE\BIBLICAL\Ecclesiastes>dir
Volume in drive D is DATA
Volume Serial Number is 922E-80C7
Directory of D:\Documents\FILING!!\BIBLE\BIBLICAL\Ecclesiastes
01/13/2021 11:34 AM .
01/13/2021 11:34 AM …
07/24/1999 07:15 PM 34,272 ECC12_9-.LWP
1 File(s) 34,272 bytes
2 Dir(s) 1,220,915,965,952 bytes free
Please do **not** use *Add Answer* if you actually don't answer a question but commenting an answer or responding to another user’s comment. Please use ***add a comment*** for that purpose. Thanks in advance …