Search:
Forum
General C++ Programming
How to run WinSCP.exe from my applicatio
How to run WinSCP.exe from my application
Feb 18, 2009 at 5:29am UTC
akp
(3)
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 UTC
Bazzy
(6281)
Remember that \ is used for escape characters so change the path to
"C:\\Program Files\\WinSCP\\WinSCP"
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs