Hi,
In my script I am trying to call WinSCP by using:
system("WinSCP.exe /script=$workDir\\$tempScpFileName");
But the error returned is
'WinSCP.exe' is not recognized as an internal or external command, operable program or batch file.
WinSCP is installed on my machine at C:\Program Files\WinSCP
Is there something I should be doing differently?
Thanks
In my script I am trying to call WinSCP by using:
system("WinSCP.exe /script=$workDir\\$tempScpFileName");
But the error returned is
'WinSCP.exe' is not recognized as an internal or external command, operable program or batch file.
WinSCP is installed on my machine at C:\Program Files\WinSCP
Is there something I should be doing differently?
Thanks