Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
passing command line paramters to mozilla (at startup)
Hi everybody,
I would like to pass a startup option to mozilla when starting from a command line. I was thinking about specifieng a html file f.e in the current folder which the Mozilla applicaton will show after the startup.
I tried
shell> mozilla < testfile.html
but that doesn't work. Also using any other browser would be alright of course.
I would appreciate any replies and ideas.
Best regards
Nils Valentin
Tokyo/Japan
Best regards
Nils Valentin
Tokyo/Japan
nils(at)knowd.co.jp
http://www.knowd.co.jp/staff/nils
Usually just passing the file as a parameter should worl
#> mozilla file.html
or
#> konqueror file.html
etc
Cheers,
_
Qt/KDE Developer
Debian User
Thank you forthe reply.
I played around and finally found out that you need to give the full path to the file like this :
"mozilla /usr/share/manual.html"
in order to startup mozilla with the specified html file.
Thanks once more for the idea.
Best regards
Nils Valentin
Best regards
Nils Valentin
Tokyo/Japan
nils(at)knowd.co.jp
http://www.knowd.co.jp/staff/nils