Scripting issue through Task Scheduler

Advertisement

tanmaysensei@...
Guest

Scripting issue through Task Scheduler

I have created a script which when manually run works fine, but when done through windows Task Scheduler it gives an error. Please help.

PFB script.

Batch file script:
"C:\Program Files (x86)\WinSCP\winscp.com" /script=scripttosyncremotetolocal.txt
pause
Main script:
option batch abort
option confirm off
open sftp://...(Our proper server details)...
get -latest /file1/file2/* "D:\file3\*"
exit

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum