windows-8 – 在启动时运行autostart_console.bat或在ConEmu中运行新的选项卡?

前端之家收集整理的这篇文章主要介绍了windows-8 – 在启动时运行autostart_console.bat或在ConEmu中运行新的选项卡?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在 Windows 8 Pro上使用ConEmu(robust cmd).

在启动ConEmu或打开新选项卡时,如何/可以设置conemu来运行autostart_console.bat?

谢谢.

在大多数情况下,您需要在命令行字段(设置 – >启动)中使用以下命令.
cmd /k autostart_console.bat

如果您需要启动其他shell(不是cmd.exe),例如Far Manager

cmd /c autostart_console.bat & far.exe

如果autostart_console.bat或far.exe不在%PATH%中,则需要完整的路径.

原文链接:https://www.f2er.com/windows/363601.html

猜你在找的Windows相关文章