I run this command in cmd:
console2 -t MyTab -r ipconfig
Should this command auto run ipconfig after console opens MyTab? It doesn't for me. It doesn't even without -t option.
I run this command in cmd:
console2 -t MyTab -r ipconfig
Should this command auto run ipconfig after console opens MyTab? It doesn't for me. It doesn't even without -t option.
The filename of the shell and its parameters need to be specified explicitly, like CMD.exe /K (or %COMSPEC% /K), in either
Console Settings -> Console -> Shell
or
Console Settings -> Tabs -> MyTab -> Shell .