gpt4 book ai didi

python - Conemu - 重用实例,但不将其带到前台

转载 作者:行者123 更新时间:2023-12-01 02:43:33 25 4
gpt4 key购买 nike

Windows 8.1、ConEmu 170316 [32] {预览}

我从 python 中调用它:

command = [
"o:\PAR\ConEmu\ConEmuPortable.exe",
"-Reuse",
"-Min",
"-run",
"o:\PAR\PortableGit-2.7.0-64-bit\git-cmd.exe",
"--no-cd",
"--command=/usr/bin/bash.exe",
"-l",
"-i",
# full path to bash file to execute in git-bash on windows e.g. cd to repo
absfilepath,
# basename is the script name so that the tab is named after it
"-cur_console:t:{}".format(basename)
]
subprocess.call(command)

当前正在将实例带到前台,这是不希望的。如果我将 -Reuse 从等式中剔除,所有内容都会保留在后台(在新的 conemu 实例中创建单个选项卡)。

最佳答案

显然,您可以使用 GuiMacro 控制现有的 ConEmu 窗口,而无需将其带到前台,如下所示:

conemuc -GuiMacro:0 shell("new_console:b","","cmd.exe /k")

更多信息请点击:https://conemu.github.io/en/GuiMacro.html

如果 ConEmu 尚未运行,您将必须启动它。

关于python - Conemu - 重用实例,但不将其带到前台,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45442380/

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