I want to create a shortcut to run a command and then let the terminal open. Example in cmd.exe:
cmd.exe /k ping 8.8.8.8
Also would like for it to just open 1 tab
Also I would like to have the colors from default start:
ConEmu64.exe
ConEmu64.exe -run {Shells::cmd}
Currently I have:
ConEmu64.exe -run cmd.exe /k "ping 8.8.8.8"
But I miss the colors and default prompt. Any way I can have both?