我如何在 Windows 7 中启动服务 openOffice,我有这条线命令,但我不知道如何使用它

Posted

技术标签:

【中文标题】我如何在 Windows 7 中启动服务 openOffice,我有这条线命令,但我不知道如何使用它【英文标题】:How I start the service openOffice in Windows 7, I have this line command but I don't have idea how to use this 【发布时间】:2016-07-19 15:42:29 【问题描述】:

这是行命令:

soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard

【问题讨论】:

也许尝试不使用 -nofirststartwizard 您是否在 OpenOffice 程序目录中执行此操作?是否有一个名为“soffice”的程序,还是“soffice.exe”? 这条命令好像来自JODConverter documentation。 【参考方案1】:

要以侦听模式启动 OpenOffice,请创建一个 .bat 文件,如下所示:

c:
chdir "%ProgramFiles(x86)%\OpenOffice 4\program\"
start soffice -headless -accept=socket,host=0,port=2002;urp;

如果它不起作用,请检查路径是否正确。在命令提示符下运行命令(Win+rcmd.exe),看看是否有任何错误。

另见https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Starting_OpenOffice.org_in_Listening_Mode。

【讨论】:

以上是关于我如何在 Windows 7 中启动服务 openOffice,我有这条线命令,但我不知道如何使用它的主要内容,如果未能解决你的问题,请参考以下文章

无法在 Windows 7 上的 Windows 服务中使用 netNamedPipeBinding 托管和启动 WCF 服务

关闭Cassandra服务器,然后在Windows 7中重新启动它

如何关闭 Windows 7 中打开的端口?

我无法在 Windows 7 上启动反应服务器

Windows 7 MySQL 错误 1067 服务无法启动

如何使用 Messagebox 在 Windows 7 任务调度程序中启动 VBS 脚本?