I have to schelude the download of a xls file from the Web and save into a local folder every morning. I would like to make a CMD file and then use the Windows scheduler.
The file has always the same URL, something like www.example.com/myfile.xls.
I've found some tutorial and snipped of code about it but my problem is that I need to use a proxy server ("proxy.mycompany.com" and port "1234").
Is it possible to do that with a CMD file or I need to move to some other solutions (VB.net, ...)?