6

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.

1 Answers1

5

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 .

user29318
  • 66
  • 3