Re: Any news on the "running shell command from /script" subject ?
I'm making a small software to manage and run WinSCP scripts directly from right click in explorer directories.
I would love to see the possibility of running shell commands from the script. This would make scripts way simpler, easily shareable, and we wouldn't need an additional .bat file.
Is there something planned for this feature ? Much thanks !
Use the
call
command.
https://winscp.net/eng/docs/scriptcommand_call
Though it has some limitations.