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.
我正在运行一个运行长时间运行命令的批处理脚本。当我关闭使用关闭按钮运行第一个脚本的命令提示符时,我想运行另一个脚本。
这是不可能的。CMD 没有任何类型的事件触发命令。这包括诸如关闭窗口、移动窗口、滚动窗口内容和单击鼠标等事件。
以静默模式运行辅助 cmd,它将始终检查使用 pid 运行的第一个 cmd。当第一个不出现时,第二个触发 require 事件并运行 exit cmd 以关闭自身。