Batch file to maximize current window
问题 I built a batch program that I am currently tweaking to make it more readable/user friendly. I would like my .bat file to automatically be set to maximize in the .bat file itself. I read about START /MAX online, but that just opens a new instance of a command prompt window. I don't want to have two .bat files just to maximize one. I know the windows keys to maximize is ALT + SPACE then X . I got the idea maybe I could use some kind of SendKeys in batch scripting to automate that? I didn't