【发布时间】:2014-10-30 00:17:04
【问题描述】:
我安装了 Linphone 应用程序 http://www.linphone.org/technical-corner/linphone/documentation
我正在通过 cmd 执行这个命令来运行这个应用程序
"C:\Program Files (x86)\Linphone\bin\linphonec.exe"
然后我通过这个命令拨打电话
call number@x.x.x.x
我想在一行中加入两个命令,以便 cmd 启动 linphone 然后在 linphone 中执行 call 命令
使用 & 运算符输出
C:\Users\Desktop\1>CD "C:\Program Files (x86)\Linphone\bin\"
C:\Program Files (x86)\Linphone\bin>linphonec.exe & call number@x.x.x.x
WARNING: no real random source present!
Ready
Warning: video is disabled in linphonec, use -V or -C or -D to enable.
linphonec>
如何在 cmd 中做到这一点?
【问题讨论】:
标签: batch-file join cmd command