Setting up a cron job in Windows

I have to download a file from an SFTP server everyday. I have the program which retrieves the file from the server but I was thinking of setting up a cron job (or anything similar) to automate that. We are a Windows shop and need to set up the cron job in Windows.

Windows Scheduled task succeeds but returns result 0x1

It seems many users are having issues with this. Here are some fixes: Right click on your task > “Properties” > “Actions” > “Edit” | Put ONLY the file name under ‘Program/Script’, no quotes and ONLY the directory under ‘Start in’ as described, again no quotes. Right click on your task > “Properties” > “General” … Read more