I have a script like:
Filename: "{cmd}"; Parameters: "/C "" sqlcmd -S {code:ServerName} -U {code:UserLOG} """ ; \
Flags: nowait skipifsilent
How can I keep the console window until user sees it?
I need to show the user the result of the operation on that console window.