📌  相关文章
📜  如何让批处理文件通过新窗口终端运行 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:58.552000             🧑  作者: Mango

代码示例1
Open the Registry Editor and navigate to this key:

> Computer\HKEY_CLASSES_ROOT\batfile\shell\open\command
> Then modify the (Default) value to the following:
> wt.exe -w 0 new-tab -d . -p "Command Prompt" "%1" %*