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 -- Best wishes, MalcolmReceived on Fri Mar 5 05:09:07 2004