How to run WinSCP.exe from my application

Hi All,

I am doing an application which will call another exe (WinSCP.exe) to execute.
If I use WinExec("C:\Program Files\WinSCP\WinSCP",SW_SHOW) it doesnt work.
If I use ShellExecute() then also it doesn't work.
Please help me.
Thanks in advance.
Remember that \ is used for escape characters so change the path to "C:\\Program Files\\WinSCP\\WinSCP"
Topic archived. No new replies allowed.