File downloader

A questo link trovate tra le altre un eseguibile che consente di
scaricare file da link ftp e http:
http://noeld.com/programs.asp?cat=misc#download

In questo modo è possibile farsi dei bat per scaricare file quando questi
vengono aggiornati.

Eccone ad esempio uno per scaricare Stinger di McAffe e Sysclean di
TrendMicro:

ECHO Download Stinger
start /b /wait download.exe http://download.nai.com/products/mcafee-avert/stinger.exe
/output:Stinger\stinger.exe /update

ECHO Download SysClean
start /b /wait download.exe ftp://ftp.antivirus.com/products/tsc/sysclean.zip
/output:Downloads\SysClean.zip /update

start /b /wait download.exe ftp://ftp.antivirus.com/products/pattern/lpt*.zip
/output:Downloads\lpt.zip /update

del SysClean\*.* /q
unzip Downloads/SysClean.zip -d SysClean
unzip
Downloads/lpt.zip -d SysClean