I want to create an automated job (task scheduler) in Windows to download a excel file from a URL to my desktop.
PS: If I hit the URL in the browser after entered credentials then file will be download automatically.
Ex: What is the best way to create a script and automate the process to download a file (http://test.com/filetest.xlsx) to my Desktop ?
Any help is appreciated.