Quoting Chris Wrobel <[EMAIL PROTECTED]>:

> Hi I'm trying to set up Netscape 6 on my popup menu but I can only
> execute
> the 'netscape' executable when it is in the dir containg rest of its
> files
> I tried a symbolic link in /usr/bin but it needs rest of the files 
> is there a way to setup the bb menu file so it executes the 'netscape'
> executable in its home dir???
> can anyone help

Write a small shellscript and place it in your path, something like this:

#!/bin/sh
cd /path/to/netscape6
./netscape

-\- David Eriksson -/-

"An expert in a particular computer language is really an expert
in the work-arounds necessary to use this language to perform
useful work." - Richard B. Johnson

Reply via email to