Hi SusanCragin
In the modern LO versions, your StartCenter executable is called… soffice.bin! There are also other files that will launch the suite, but they are all either shortcuts to soffice.bin or shell executables invoking one aspect of it’s load. Probably the best thing to do is to invoke it’s help output (huge). Here’s a taster:-
:~$ /opt/libreoffice5.0/program/soffice.bin --help
LibreOffice 5.0.0.5 437e4abdf9e72fd0a6e6f8697a0e659bc77f9b10
Usage: soffice [options] [documents...]
Options:
--minimized keep startup bitmap minimized.
--invisible no startup screen, no default document and no UI.
--norestore suppress restart/restore after fatal errors.
--quickstart starts the quickstart service
--nologo don't show startup screen.
--nolockcheck don't check for remote instances using the installation
--nodefault don't start with an empty document
--headless like invisible but no user interaction at all.
--help/-h/-? show this message and exit.
--version display the version information.
--writer create new text document.
--calc create new spreadsheet document.
--draw create new drawing.
--impress create new presentation.
--base create new database.
--math create new formula.
--global create new global document.
--web create new HTML document.
-o open documents regardless whether they are templates or not.
-n always open documents as new files (use as template).
…and here is the full monty placed into an ODT:
help.odt
If this helps then please tick the answer ()
…and/or show you like it with an uptick (∧)