On Sat, 23 Jan 1999, Tim wrote: > Tony, > > First off, thanks for the reply. > > > Is there anyway to get Lynx to execute an app when in encounters a link > > > which is say a WAV file?? > > > > Yes, of course. Set up an application to use for that particular mime > > type in your ~/.lynxrc. > > > > Copy /etc/lynx.cfg to ~/.lynxrc and go through it along with the man > > page. You can do all sorts of magic doing this. > Not sure what the *correct* way is, but I had messed around with some of > the stuff you mentioned and finally edited my .mailcap and added the > following entry: > audio/x-wav;wavplay %s 1>/dev/null 2>/dev/null The dev/null works, but you can also just use the -q switch to make wavplay "quiet" on text output. --Doug
