Re: Need help with script -
It's not true that you cannot use the
This should work:
^ in Windows batch file. Of course, you can. Your problem is those two quotes after the /temp.
This should work:
"C:\Program Files (x86)\WinSCP\WinSCP.com" ^
/log="C:\ftp2\WinSCP.log" /ini=nul ^
/command ^
"open ftp://mysite:[email protected]/" ^
"synchronize remote -mirror \\<My local share>\path\xyz\abc /temp" ^
"exit"