Hi,
Is it possible to remain command output windows after command execution, i.e. making “cmd /k” as a default?
For example:
- If I type in command: “java -version”, it will be executed in cmd window and window will be closed
- To have cmd window remains I now need to type: “cmd /k java –version”
What I am trying to achieve is to avoid typing “cmd /k” every time I need to leave command window after execution (and it is most of the time).
Thanks