Re: cant execute winscp3 using a batch file
temp.bat contains
winscp3 -s:input.txt > test.log
Correct command would be:
winscp3.com /script=input.txt > test.log
Make sure you use winscp3.com, not .exe directly, otherwise the redirection to test.log will not work.
Please, read documentation