I am using
process.Start();
to start a batch file. The CMD windows appears fine and works perfectly. How can I disable the controlbox (minimize, maximize, close) on the upper right of the cmd window progmatically. I wish for the CMD window to be displayed, but prevent the user from closing it using the X button.
Thanks!