On Fri, Mar 05, 2004 at 05:06:51AM -0800, Malcolm Miles wrote:
> On Thu, 19 Feb 2004 21:16:03 -0800 (PST), you wrote:
>
> >
> >On the command line, how do I file glob on Windows in order to tell
> >swishe to index certain files.
> >
> >For example, I only want to index the files in the present directory
> >that begin with 0 and end in .html. I try this, but it doesn't work:
> >
> > swish-e -i 0*.html
>
> You could try using the 'for' command eg:
>
> for %a in (0*.html) do swish-e -i %a
That would result in an index of just the last file.
--
Bill Moseley moseley@hank.org
Received on Fri Mar 5 06:56:04 2004