補一下 
若您的網路需要使用 Proxy,可將 .bat 修改成支援 Proxy!例如假設 Proxy 為:WWW.XXX.YYY.ZZZ:Port (例如:140.116.155.989:8080)。
代碼:
@Echo Off
cls
set ftp_proxy=WWW.XXX.YYY.ZZZ:Port
wget --proxy=on -N ftp://ftp.symantec.com/public/english_us_canada/antivirus_definitions/norton_antivirus/static/symcdefsi32.exe
...(以下都一樣)
PS: 剛把上一篇的 quote 改為 code,這樣網址連結應該就不會被簡略化了~
