I’m trying to find a way to maximize & minimize a certain application using vbscript or a batch file. I’ve seen multiple attempts at doing this but none of them seem to work. Does anybody have any suggestions, without having to download any third party software.
Share
I think that /MIN and /MAX switches of START command should work, that is:
Type
START /?for further details.