I wanna know if there is a way to run WinSCP commands like open sftp..., from a batch file, without having to enter commands after WinSCP opens up.
Here's what I wanna happen:
- I create a batch file (say
demo.bat) that opens WinSCP command-line. - I insert WinSCP commands (
open,get,put, etc.) indemo.bat. - The batch file
demo.batopens up WinSCP command-line and executes the commands (get,put, etc.) automatically.
