Invantive UniversalSQL Server starts in interactive mode by default when launched from an interactive session. When launched from a non-interactive session, it will run in non-interactive mode by default.
In interactive mode, Invantive UniversalSQL Server waits for ENTER to exit. In non-interactive mode, Invantive UniversalSQL Server runs until the process is terminated.
It is possible to change the default setting.
Use the command line option:
-interactive:false
if you want to force non-interactive mode. Conversely, use:
-interactive
to force interactive mode.