On Wed, 1 Mar 2000, David Silverman wrote:

>     Here is how I edited my Lynx.bat file:
> 
> @ECHO OFF
> set term=vt100
> set home=c:\progra~1\lynx
> set temp=c:\tmp
> set lynx_cfg=c:\progra~1\lynx\lynx.cfg
> c:\progra~1\lynx\lynx.exe http://USAToday.com
>[...]

>     Of course, my adventure with Lynx is just beginning.  I have been
> studying the documentation and trying the commands, and I am realizing
> that I will have to edit the lynx.cfg file, in order to use many of
> them.  In particular, the p)rint command, o)ptions command, d)ownload
> command, and the V)isted links command do not work...yet!  

These are all commands that require creation of (at least) one temporary
file.  So you should look whether your 'set temp=' is really correct
(does the directory exist?).

FOr the o)ptions command, you should be able to use the alternative
version (if it is compiled in) which doesn't use a temp. file, if you
start lynx with a '-forms_options' command line switch.

> I will have
> to review the DOS commands for printing, to see if I can insert a
> PRINTER command into the .cfg file (I think...).  I may need to get this
> 'Kermit' program, to download files.  

If you are sitting locally at the machine where lynx is running, kermit
won't be useful for you.  It is for situations where the user dials in (or
maybe telnets) to the computer where lynx is running.


   Klaus

Reply via email to