如何让console2在特定文件夹中打开?
使用 cmd,我可以
cmd /K cd /D "c:\repo"
在 c:\repo 中打开 cmd
当使用 cmd 作为 shell 时,如何对 console2 执行相同操作?
With cmd, I can do
cmd /K cd /D "c:\repo"
to open cmd in c:\repo
How to do the same with console2 when using cmd as a shell?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从命令行选项帮助:
From the command line options help:
在 2.00b147 中,导航至
Edit ->设置->控制台
并在启动目录
字段中输入所需的目录。In 2.00b147, navigate to
Edit -> Settings -> Console
and enter your desired directory in theStartup dir
field.不是直接的答案,但我发现这更方便:
https://github.com/ kodLite/cppStartingKitProject-Guide/blob/master/source/Console_2--Usage--Open_Console_Here.rst
这会向右键单击菜单添加一个选项以在该特定文件夹中打开。
但不能与“启动目录”设置结合使用!
更新:
稍微更改一下注册表会使其变得更好(也在控制台中打开选定的文件夹)
Not directly an answer but I found this to be even more convenient:
https://github.com/kodLite/cppStartingKitProject-Guide/blob/master/source/Console_2--Usage--Open_Console_Here.rst
This adds an option to the right-click menu to open in that specific folder.
Won't work in combination with the "Startup dir""setting though!
Update:
Changing the reg a bit will make it even better (open selected folder in Console as well)