Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是的,顺便说一句,我试着用谷歌搜索这个。
基本上,将打开dos命令窗口的dos命令是什么?
换句话说,如果您有一个充满脚本命令的 .bat 文件,您可以执行什么命令来打开命令窗口?
你可以试试这个。在命令行中它会启动它,所以我假设在一个 bat 文件中它会做同样的事情。
start cmd
如果你想让它运行另一个蝙蝠或你可以做的事情:
start script.bat
如果你想让它关闭,那么:
start cmd /c script.bat