在cmd下从站点更新工具



所以我有一个简单的批处理工具

的url是somesite.tool[version].zip例:somesite.tool1.9.zip

工具中有一个名为version的文件。在这种情况下,它含有1.9zip将在其主文件夹中包含文件版本在主文件夹中也有7za.exe。

还有另一个文件'somesite.version.txt'哦,提醒一下,只要输入url并按回车键(dropbox)

,文件就会立即下载
start "somesite.version.txt"
set /p "newversion=<pathversion.txt"

它是给出问题的路径,我对路径一无所知。

我想做的是在工具中添加一个功能更新,它将自动执行以下操作

> download the version.txt
> close the browser from which it was dowloaded (optional)
> check with the current version.txt
> if not same extract the new tool after deleting the previous one

我在比较卡住了,因为我不知道文件在哪里自动下载。

提前感谢您的努力

找到了答案使用wget.exe我可以将文件下载到当前目录wget somesite.version.txt

相关内容

  • 没有找到相关文章

最新更新