Console2 run command on start

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 Answer

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 .

6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like