【问题标题】:Batch file to download data from url从 url 下载数据的批处理文件
【发布时间】:2013-04-30 10:56:26
【问题描述】:

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

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

请大家帮忙

汤姆

【问题讨论】:

标签: file url batch-file download local


【解决方案1】:

为此,您必须使用外部 msdos 应用程序,例如 curl 或 wget! 例如: "%myfiles%\wget.exe" --no-check-certificate -O "game\Update.zip" http://dl.dropbox.com/s/0kafa8pmnz6wivn/Update.zip 您可以从以下位置获取 wget: http://www.gnu.org/software/wget/

【讨论】:

    【解决方案2】:

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

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

    【讨论】:

      猜你喜欢
      • 2011-06-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-09-01
      • 1970-01-01
      • 1970-01-01
      • 2018-08-10
      • 2021-07-27
      相关资源
      最近更新 更多