当前位置: 技术问答>linux和unix
有没有会写bat的,帮忙写一个命令
来源: 互联网 发布时间:2017-03-20
本文导语: C:Program FilesOpenOffice.org 3program> soffice -headless-accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard cmd下运行这个命令,麻烦帮我写一个bat,3q | 你想看输出的话, 把第一行改成 rem @echo off...
C:Program FilesOpenOffice.org 3program> soffice -headless-accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
cmd下运行这个命令,麻烦帮我写一个bat,3q
cmd下运行这个命令,麻烦帮我写一个bat,3q
|
你想看输出的话,
把第一行改成 rem @echo off
想执行中暂停的话
加上pause命令
rem @echo off
cd /d "C:Program FilesOpenOffice.org 3program"
soffice -headless-accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
pause
把第一行改成 rem @echo off
想执行中暂停的话
加上pause命令
rem @echo off
cd /d "C:Program FilesOpenOffice.org 3program"
soffice -headless-accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
pause