Simple question (breaking the silence again)
"Linda W. (that's swishey, not squishey!)" <[email protected]>
| Newsgroups | gmane.comp.web.swish-e |
|---|---|
| Message-ID | <[email protected]> |
So quiet here...I hope that's a good sign. Am running into an odd error. I specified a few document converters like: FileFilter .doc "/usr/bin/catdoc" "-x -dcp1250 '%p'" IndexContents TXT* .doc At run time, however, I'm getting error messages like: sh: usrbincatdoc: command not found Why does it stripping out directory separators? I also tried: FileFilter .doc "\/usr\/bin\/catdoc" "-x -dcp1250 '%p'" I get the same message. I presume I'm missing a few clues...? thanks, -linda