Re: Run WinSCP Script From Bat File AS DIFFERENT USER
Many thanks.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
"C:\Program Files (x86)\WinSCP\WinSCP.com" /script="script_file_path.txt"
runas /user:my_user@my_domain "C:\Windows\notepad.exe"
runas /user:my_user@my_domain "C:\Program Files (x86)\WinSCP\WinSCP.com" /script="script_file_path.txt"