Yesterday at 10:21pm, Chris Wrobel wrote:
> 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
> Thanks kemical
if you are using bb0.61:
[exec] (Netscape 6) {cd /path/to/netscape ; exec ./netscape}
0.60.x or earlier:
[exec] (Netscape 6) {sh -c "cd /path/to/netscape ; exec ./netscape"}
(assuming name of executable is netscape) just my $0.02...
wilbert