An exe I am trying to run takes a lot of time to load.
Is there any way I can hide the window (as if it wasn't active) after its the initial startup and (re-)show it when the user executes a command and again hide it when the user executes another command?
The command shall be described using a bat file.
P.S. I want to .bat file to be independent of any scripting framework.