It is possible to open a word document from the command line using this:
rundll32 url.dll,FileProtocolHandler path.to.word.document.doc
Unfortunately, that document needs an external data source, so the path of that data source has to be set manually once it is opened.
Is there a more convenient way to provide an additional parameter to point to the data source?
In the cmd instance I opened the document but just typing in the document name in
"whatever it's called.docx"