Re: VBS WINSCP.com automation
Use
WinSCP example in JScript:
https://winscp.net/eng/docs/guide_automation_advanced#wsh
Generic
https://ss64.com/vb/exec.html
Just combine them together.
WScript.Shell.Exec
.
WinSCP example in JScript:
https://winscp.net/eng/docs/guide_automation_advanced#wsh
Generic
WScript.Shell.Exec
example in VBScript:
https://ss64.com/vb/exec.html
Just combine them together.