加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

Windows – 从批处理文件在新窗口中启动进程

发布时间:2020-12-13 20:25:41 所属栏目:Windows 来源:网络整理
导读:我在Windows中写了一个批处理文件(.bat).我想在新窗口中执行一个特定的进程.我该如何做? 例 a.py -s 3 -l 5b.py -k 0 - I want to start this in a new window and let the original batch file continue C:program.exe....... 使用start命令: start foo.
我在Windows中写了一个批处理文件(.bat).我想在新窗口中执行一个特定的进程.我该如何做?

a.py -s 3 -l 5
b.py -k 0  -> I want to start this in a new window and let the original batch file continue 
C:program.exe
...
....
使用start命令:
start foo.py

要么

start "" "c:path with spacesfoo.py"

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读