>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Oct 16, 2002 at 04:59:58PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> This patch enhances the viewer command line syntax by adding >> special tokens $$p (path) and $$i (input file). This allows to >> support mozilla, which needs a command like mozilla file://$$p$$i >> >> Note that the command line for mozilla can be improved (maybe >> OpenUrl?) Andre> Shouldn't the filename be quoted somehow? It is. The output will be mozilla file://'/the/path/''thefile.html' It is ugly, but the quoting should be right (we use QuoteName for that). JMarc
