Heid Joern wrote:

>
> external_parsers: application/msword /tmp/htdig/bin/parse_doc.pl \
>                   application/postscript /tmp/htdig/bin/parse_doc.pl \
>                   application/pdf /tmp/htdig/bin/parse_doc.pl
>
> the output of htdig is
> 1:2:0:http://www.integraliscentaur.de/test.pdf: /tmp/htdig/bin/parse_doc.pl:
>
> not found
>
> I tried with c:/tmp... and with \\ instead of / with no success.

Have you tried something like   application/msword
"c:\tmp\htdig\bin\parse_doc.pl"    ?

I have no idea whether that will solve your current problem, but in the past I
have encountered situations where quoting a DOS-ish path was the only way I
could get a functional command line argument passed in while using a Cygwin
bash shell.

Jim

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to