I just want to make a simple Notepad .bat file that would maximize a specific process window. Is that possible?
Start takes an argument to do that.
START /MAX notepad.exe
However, if it is an already-running instance, it is outside of cmd's control.