Your idea got me thinking. Yes I did try those and they didn't work. I did find the issue though. My original command was:
c:\progra~1\winscp3\winscp3 user:password@xxx.xxx.xxx.xxx /command "option confirm off" "option batch abort" binary exit /console
The program was trying to connect before executing the option batch command. I changed the command line to
c:\progra~1\winscp3\winscp3 /command "option confirm off" "option batch abort" "open user:password@xxx.xxx.xxx.xxx" binary exit /console
This way I could control the when the open was happening. Thanks for your assistance.
Regards,
Michael
c:\progra~1\winscp3\winscp3 user:password@xxx.xxx.xxx.xxx /command "option confirm off" "option batch abort" binary exit /console
The program was trying to connect before executing the option batch command. I changed the command line to
c:\progra~1\winscp3\winscp3 /command "option confirm off" "option batch abort" "open user:password@xxx.xxx.xxx.xxx" binary exit /console
This way I could control the when the open was happening. Thanks for your assistance.
Regards,
Michael