【发布时间】:2021-12-30 16:48:37
【问题描述】:
您可以通过使用"C:\Windows\System32\cmd.exe" /k echo hello world 创建快捷方式在cmd 上回显“hello world”,我如何在Windows 终端上执行相同的操作?用 wt 文件位置交换 cmd 文件位置不起作用。它说“/k 不是预期的。”
【问题讨论】:
-
您好,您可能会混淆控制台和shell,看看这篇文章:hanselman.com/blog/…
标签: windows-terminal