wget

by

as at least two others mentioned...

http://www.gnu.org/software/wget/

http://www.christopherlewis.com/WGet/wget-1.11b.zip

shell "wget www.google.com -Otemp.htm"
open "temp.htm" for input as 1
do until eof(1)
line input #1,t$
print t$
loop
close

become familiar with the wget command line options, and it can be a useful tool.

Regards,
Michael



    
This message has been edited by MCalkins from IP address 12.183.134.39 on Mar 22, 2008 1:17 AM
This message has been edited by MCalkins from IP address 12.183.134.39 on Mar 22, 2008 1:15 AM

Posted on Mar 22, 2008, 1:13 AM
from IP address 12.183.134.39

Respond to this message   

Goto Forum Home