conemu

Small text in new window after launching exe with shift+enter in FAR


Sometimes I need to launch exe or bat file in separate window, I always did it with shift+enter.

On Win7 there was no issues, now I have switched to Win10, and when I launch program via shift+enter I see window like that

Changing its "defaults" doesn't remember settings, I could change font size for this particular window if I click conemu icon and choose properties, but that is not the way to go.


Solution

  • I did it with macro #3

    it basically type into FAR command line start CTRL+Enter enter, ctrl+enter paste currently selected file in FAR into command line

    enter image description here

    Updated:

    Recently it stopped working again, so I have to change macro to this

    print("\ecmd/c start cmd /c "); Keys("^Enter"); print("\n")

    enter image description here