How to execute the following batch file which has winscp commands
winscp.com /ini=nul /log=ftp.log /command ^ "open ftp://username:password@ftp.example.com/" ^ "rm /remote/path/*<15D" ^ "exit"
I want a step-wise process that should be followed in here to do the same as I am new in this area.
Can anyone guide me on the same