I do not know C#. Providing there is counterpart for C ShellExecute function, it has parameter SW_HIDE. Note that it would work only if you execute winscp.com, not winscp.exe.
Hi,
i'm using WinSCP in a C# Application. This app creates a new process that runs the WinSCP Client in console mode. The output (info and error) is redirected asynchronously to the c# app that handles the output,either logging it or using the output directly.
Question: Is it possible to hide the console window?
Greetings & thanks in advance
ovm