conemu - 在启动时打开两个 windows 并按我想要的方式定位它们
conemu - on startup open two windows and position them like i want
不知道可不可以
我设法让 conemu 在启动时打开两个选项卡(使用自定义名称)并在我需要的文件夹中进行 cd,现在我的问题是:
有没有办法让 conemu 在两个不同的 windows 中打开两个不同的选项卡并将它们定位在右上角和右下角?
启动时我运行的任务如下:
title Website & cmd /k "%ConEmuDir%..\init.bat" && cd c:\src\www
title Other& cmd /k "%ConEmuDir%..\init.bat" && cd c:\src\other
谢谢
一如既往,read the documentation。
使用 -new_console
打开一个单独的 window,正常播放标签。 Documentation.
如果你幸运的话,ConEmu 的作者会注意到你并比我更好地帮助你。
不知道可不可以
我设法让 conemu 在启动时打开两个选项卡(使用自定义名称)并在我需要的文件夹中进行 cd,现在我的问题是: 有没有办法让 conemu 在两个不同的 windows 中打开两个不同的选项卡并将它们定位在右上角和右下角?
启动时我运行的任务如下:
title Website & cmd /k "%ConEmuDir%..\init.bat" && cd c:\src\www
title Other& cmd /k "%ConEmuDir%..\init.bat" && cd c:\src\other
谢谢
一如既往,read the documentation。
使用 -new_console
打开一个单独的 window,正常播放标签。 Documentation.
如果你幸运的话,ConEmu 的作者会注意到你并比我更好地帮助你。