Re: Automatic Logon to remote server
Thanks Martin,
I also found a way via a VBS command
objShell.SendKeys "password"
WScript.Sleep 500
objShell.SendKeys "{ENTER}"
As my VBS script calls the WINSCP session.
Thanks again :D
I also found a way via a VBS command
objShell.SendKeys "password"
WScript.Sleep 500
objShell.SendKeys "{ENTER}"
As my VBS script calls the WINSCP session.
Thanks again :D