When I run command, the main cmd opened and close fastly. How to hide it? ``` dynamic cmd = new Cmd(); var output = cmd.ipconfig(); MessageBox.Show(output); ```