How do I make conemu open bat files on double click?

后端 未结 3 1365
清歌不尽
清歌不尽 2021-02-04 06:56

I have a home-server where I run a Development minecraft server, and have moved to conemu as a CMD replacement, Exept each time I want to start the server I need to CD to the DI

3条回答
  •  太阳男子
    2021-02-04 07:34

    More up to date version (for 64 bit OS) with flag to reuse the existing ConEmu instance and open a new tab:

    "C:\Program Files\ConEmu\ConEmu64.exe" "-Reuse" "/cmd" "%1 %*"
    

提交回复
热议问题