lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev unanswered query: defining VIEWER


From: Kim Holviala
Subject: Re: lynx-dev unanswered query: defining VIEWER
Date: Tue, 8 Dec 1998 21:50:01 +0200

981128 Atram A K wrote: 
> I'm using Lynx 2.8.1 in Windows95, and I'd like to be able to have
> the option of either downloading or running certain filetypes
> (e.g. wav, jpeg, gif).  I'm not sure how to call the apps from 
lynx.cfg.
> Here's an example I tried, but didn't work:
> VIEWER:image/jpeg:c\:/windows/programf/acdsee32 "%s":NON_XWINDOWS
> The backslash looks ugly, but lynx.cfg says I need it there.
> I have quotes around %s because Acdsee32 requires quotes
> if the filename has a space in it.

Here's how it works:

Put this file "acdsee.bat" into your c:\windows\ directory:

----clip----
start f:\progra~1\acdsee32\acdsee32.exe %1
----clip----

and add these rows to your lynx.cfg:

----clip----
VIEWER:image/gif:acdsee %s:NON_XWINDOWS
VIEWER:image/jpg:acdsee %s:NON_XWINDOWS
VIEWER:image/jpeg:acdsee %s:NON_XWINDOWS
VIEWER:image/png:acdsee %s:NON_XWINDOWS
----clip----

I opted using a separate batch file to start acdc in a new process 
- it gives you the possibility to keep browsing with lynx even if 
the viewer is still open.


Kim


reply via email to

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