GitE='/C/Progra~1/GitExtensions/GitExtensions.exe' $GitE browse 'pwd' &
2011年7月26日 星期二
2008年5月10日 星期六
在windows下使用bat和wget抓東西
查了一下語法,發現bat也可以這樣用。但到底為什麼要這樣寫,我還是沒有很懂 @@
程式目的:抓下特定網頁,並且用日期去命名
程式碼:
參考網站:
程式目的:抓下特定網頁,並且用日期去命名
程式碼:
for /f "tokens=1-5 delims=/ " %%d in ("%date%") do wget http://tw.futures.finance.yahoo.com/future/l/opt_TXO_1.html -O%%d-%%e-%%f.html --wait=10
參考網站:
訂閱:
文章 (Atom)