lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Making download and print work under Windos


From: Victor Schneider, Ph. D.
Subject: lynx-dev Making download and print work under Windos
Date: Sun, 09 Jul 2000 00:21:48 -0400

If you define the Dos 'copy' command as a downloading method in lynx.cfg:

DOWNLOADER:Copy the file to another location:copy /B /V %s  %s:TRUE

you find it doesn't work.


If you change the definition of DOWNLOADER as follows:

DOWNLOADER:Copy the file to another location:echo %s  %s > copyit.txt:TRUE

You get the following as the contents of copyit.txt after a test download:

/c:/download/DOSLINUX.TXT  \temp\DOSLINUX.TXT

P. S.: A useful addition to lynx.cfg is the following:

PRINTER:Windows printer:notepad /p %s:TRUE

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]