check if winscp found something to synchronize
Hello,
in my batch file:
I would like to start another programm if there is something to synchronize. %errorlevel% is allways 0. How can I automate this in a batch file?
Wolfgang
in my batch file:
winscp.com /command "open sftp://server:password@sftp.my.com" "synchronize local -preview f:\lta\edfc19\ users/lta-revision/programm/" "exit"
Wolfgang