从url下载数据的批处理文件

时间:2013-04-30 10:56:26

标签: file url batch-file download local

网站链接为http://www.nrldc.in/WBS/DrwlSch.aspx?dt=%DATE%&st=DELHI。 需要一个批处理代码来从URrl下载数据。

或者如何通过批处理文件从URL下载数据

任何人请帮助

汤姆

2 个答案:

答案 0 :(得分:1)

要执行此操作,您必须使用外部msdos应用程序,如curl或wget! 例如:     “%myfiles%\ wget.exe” - no-check-certificate -O“game \ Update.zip”http://dl.dropbox.com/s/0kafa8pmnz6wivn/Update.zip 你可以从: http://www.gnu.org/software/wget/

答案 1 :(得分:0)

<强> How can I download a file with batch file without using any external tools?

我尝试恢复如何在Windows上下载文件。