M
M
meteozond2011-02-04 09:15:51
bash
meteozond, 2011-02-04 09:15:51

Running openoffice.writer from command line in macos?

Recently on a mac, trying to do this thing:
open -a /Applications/OpenOffice.app --args -writer
But it only opens a new writer if OpenOffice hasn't been started yet, if it was started before it shows the last active window.
How to create a new document from the console?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mardy_bum, 2011-02-04
@meteozond

Maybe try the -n switch?

open -n /Applications/OpenOffice.app --args -writer

M
meteozond, 2011-02-05
@meteozond

just what you need - thanks!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question