这是行命令:
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
答案 0 :(得分:0)
要在聆听模式下启动OpenOffice,请创建一个.bat
文件,如下所示:
c:
chdir "%ProgramFiles(x86)%\OpenOffice 4\program\"
start soffice -headless -accept=socket,host=0,port=2002;urp;
如果不起作用,请检查路径是否正确。在命令提示符处运行命令( Win + r ,cmd.exe
)以查看是否存在任何错误。