Re: Batch file needs to be run as administrator to work
"at the end of the batch file", not at the end of WinSCP command-line.
winscp.com /command ^
"open ftp://xxxx:pw@mysite.com/" ^
"option confirm off" ^
"get xpress.zip" ^
"put C:\Boodles\xpress.zip" ^
"get xpress_qb.zip" ^
"put C:\Boodles\xpress_qb.zip" ^
"exit"
pause