Thank you kindly :)
- unabletostay
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
option batch continue
mkdir /%computername%/Data
option batch abort
winscp.com /log=log.txt /script=backupScript.txt
backupScript.txt
option batch abort
option confirm off
open username:password@server
synchronize remote -delete "E:\Data" "/%computername%/Data"
exit