is there an api function that can maximize the command prompt console so it goes full screen when i load it?
Printable View
is there an api function that can maximize the command prompt console so it goes full screen when i load it?
You can use FindWindow to find your console window and maximize it with ShowWindow.