gpt4 book ai didi

windows - 在不启动新CMD的情况下在bat中启动exe进程

转载 作者:可可西里 更新时间:2023-11-01 14:42:00 25 4
gpt4 key购买 nike

在我的脚本的某个部分,我想运行某个可执行文件,但我不能完全按照我的意愿去做:

  • 1:

    "path/to/my/file.exe"

将完美地执行文件,但是,我的批处理将停止执行直到 file.exe 结束,这不是我想要的。

  • 2:

    • 2.1:

    开始“路径/to/my/file.exe”

    • 2.2

    start "path/to/my/file.exe"/b

2.1 将启动另一个我不想要的 cmd 窗口。 2.2 不允许我的批处理脚本返回,我们回到 1。

  • 3:

    call "path/to/my/file.exe"/b

回到1。

那么,有什么方法可以做我想做的事吗?只需启动一个可执行文件并让它在后台运行?

最佳答案

我觉得你想要

start "" /b "path/to/my/file.exe"

?

比尔

关于windows - 在不启动新CMD的情况下在bat中启动exe进程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15624808/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com