ks wrote: 

> Just one more question.
> Something like this inside "somefile.txt"
>
> http://fly.srk.fer.hr/
> -r http://www.gnu.org/ -o gnulog
> -S http://www.lycos.com/

Why not use a batch file or command script (depending on what OS you're
using) containing something like:

wget http://fly.srk.fer.hr
wget -r http://www.gnu.org -o gnulog
wget -S http://www.lycos.com

Tony

Reply via email to