When using the janelConsole.exe the console is automatically closed after a few seconds. Would it be possible to add a property (say janel.close.console) with the options "auto close console" and "Press return to close console". The later will show the text after the java program exits.
One could even give the user the option to rerun the java program again, or close the console.
Thanks,
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Peter,
I am going to add this to the Janel task list. I am going to add an option janel.close.console that when specified will prompt the user before it terminates.
I'm going to think about it some before I do a prompt to rerun - that seems like something better left to whatever is invoking Janel.
Tim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tim,
When using the janelConsole.exe the console is automatically closed after a few seconds. Would it be possible to add a property (say janel.close.console) with the options "auto close console" and "Press return to close console". The later will show the text after the java program exits.
One could even give the user the option to rerun the java program again, or close the console.
Thanks,
Peter
Peter,
I am going to add this to the Janel task list. I am going to add an option janel.close.console that when specified will prompt the user before it terminates.
I'm going to think about it some before I do a prompt to rerun - that seems like something better left to whatever is invoking Janel.
Tim
This is something that is better handled by using a PAUSE command in a batch file (which then invokes the executable).
Tim