[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Win32: How to save a URL page?
From: |
Jonathan Sergent |
Subject: |
Re: LYNX-DEV Win32: How to save a URL page? |
Date: |
Mon, 31 Mar 1997 18:20:04 EST |
] I just downloaded Lynx 2.7 for NT. I need to connect to a URL and save the
] page as an HTML or ASCII file. I would like to be able to do this from a
] batch file. Also, can I download a list of URL pages from one web site?
] Thanks.
lynx -dump -source (URL) > (Output_File)
As far as more than one at once, something like ths might work:
for %%f in ( URL1 URL2 URL3 ) do lynx -dump -source %f >> Output_File
That's from memory, and for DOS; maybe it won't work. Maybe it won't
work with NT's command interpreter. I think you get the gist, though.
HTH.
--
Jonathan Sergent / address@hidden / address@hidden
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;