To get out of the screen without closing the app, you can use the command "MAIN" (to return to main screen) or any load command to an existing screen.
If "runQ" is not loading the application without showing it, then it's because the application in question does is not respecting the OS's parameter to start the application in the provided state (bad coding on the
software) - in this case you can try to find a command line parameter on the application to run it minimized to prevent it from showing.
Last resort would be to make a plugin, script or even use a timer in the main screen to run the SHOWWINDOW command to hide it every second or something like that. Of course this is a "rigged" solution.
Bookmarks