Hi Joe, Could it be done by running an wd 'sm close term;' in the script that you load? I haven't tested this, but the reference to the sm commands is here: http://code.jsoftware.com/wiki/Guides/Window_Driver/Session_Manager
Cheers, bob On Nov 17, 2015, at 9:04 AM, Joe Bogner <[email protected]> wrote: > Is there a command line argument to launch jqt and run a script and hide > the ide ? > > For example: bin\jqt.exe "addons/demos/wd/life.ijs" > > > I poked around the jqt source and couldn't figure it out > > if (jdllproc || (!jdllproc && (void*)-1!=jdlljt)) showide(false); > #ifdef QT_OS_ANDROID > if (AndroidPackage=="com.jsoftware.android.qtide") > showide(true); > else > showide(false); > #else > if ((!jdllproc) && (!ShowIde) && Forms.isEmpty()) return 0; > #endif > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
