[windows bat]如何启动一个新的cmd窗口并在其内执行命令

Posted LiuYanYGZ

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[windows bat]如何启动一个新的cmd窗口并在其内执行命令相关的知识,希望对你有一定的参考价值。

两种方式:

start cmd /k echo Hello, World!  #  # 执行完毕以后,新开的窗口不会自动关闭
start cmd /C pause    # 执行完毕以后,新开的窗口会自动关闭

  

参考:https://www.iteye.com/blog/aigo-2295196

参考:http://stackoverflow.com/questions/9392874/bat-file-open-new-cmd-window-and-enter-code-in-there

 

以上是关于[windows bat]如何启动一个新的cmd窗口并在其内执行命令的主要内容,如果未能解决你的问题,请参考以下文章

Python启动Windows cmd(.bat)命令行并kill进程

windows bat 批处理如何检测tomcat端口启动

windows 自定义批处理BAT/CMD启动Redis等软件

如何运行.bat文件且设置为开机启动,不显示窗口

Windows 上的 Python 子进程:启动子进程“cmd.exe”并为其提供 bat 文件,停止主进程执行

如何启动startMysql.bat