Re: ExitCode in system command
This is not a WinSCP question.
Anyway, see https://stackoverflow.com/q/8941691/850848
Anyway, see https://stackoverflow.com/q/8941691/850848
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
sprintf(command, "winscp.bat %s %s",lr_eval_string("{UserName}"),lr_eval_string("{Password}"));
system(command);