Run autostart_console.bat on startup or new tab in ConEmu?

我只是一个虾纸丫 提交于 2019-12-10 01:50:23

问题


I am using ConEmu (robust cmd) on Windows 8 Pro.

How/where can I set conemu to run autostart_console.bat when starting ConEmu or when opening a new tab?

Thank you.


回答1:


In most cases you need to use following command in Command line field (Settings -> Startup).

cmd /k autostart_console.bat

If you need to start other shell (not cmd.exe), for example Far Manager

cmd /c autostart_console.bat & far.exe

Full paths to autostart_console.bat or far.exe are required if they are not in %PATH%.



来源:https://stackoverflow.com/questions/13372299/run-autostart-console-bat-on-startup-or-new-tab-in-conemu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!