#( Задача_152110072013
\ NoActive
Time: */10 * * * * *
SingleInstance
: temp-list S" C:\TEMP\list.txt" ;
Action:
S" http://website.com/list.txt" HTTP-GET IF ELSE 2DROP EXIT THEN
temp-list FILE DUP IF ELSE 2DROP 2DROP EXIT THEN
2OVER COMPARE IF ELSE 2DROP EXIT THEN
temp-list FWRITE
StartIn: "C:\TEMP\savehere\"
START-APP: D:\wget\bin\wget.exe -i %temp-list% -nc
)#