wget.exe 這支程式蠻好用的。研究了很久,整理出以下的內容:
run.bat
引用:
@echo off
if not exist %windir%\system32\wget.exe start http://users.ugent.be/~bpuype/wget/wget.exe & echo Save wget.exe in the same directory, and press any key to continue. & pause > nul
for /f %%v in (list.txt) do wget -alist.log %%v
echo. & type list.log | find "saved" & echo.
pause
del list.log list.txt run.bat
|
檔案 list.txt 包含所有下載連結。以後有新的修補程式,只要修改此檔案即可。
將這兩個檔案打包為自解執行檔。