[try Beta version]
Not logged in

 
How to run WinSCP.exe from my application

Feb 18, 2009 at 5:29am
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.
Feb 18, 2009 at 12:40pm
Remember that \ is used for escape characters so change the path to "C:\\Program Files\\WinSCP\\WinSCP"
Topic archived. No new replies allowed.