Re: How to execute the following batch file which has winscp commands
I do not understand your question.
The script looks good.
do you have any problem with it?
The script looks good.
do you have any problem with it?
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
winscp.com /ini=nul /log=ftp.log /command ^
"open ftp://username:password@ftp.example.com/" ^
"rm /remote/path/*<15D" ^
"exit"