Page 1 of 1

Command Line Exclude Files: Wrong Helpfile!

Posted: Thu Mar 24, 2011 9:51 am
by raabigramm
Hi all,

finally I found out that the helpfile is wrong in explaining

/X: exclude files by list, ex. /X"*.html *.css"

For me, it works with

"/X*.html *.css" instead of
/X"*.html *.css".

Bye bye,

Roland

Re: Command Line Exclude Files: Wrong Helpfile!

Posted: Fri Mar 25, 2011 8:19 am
by grigsoft
In fact just /X is enough to specify exclude mode. Filters are always handled as 3rd parameters. So your "/X*.ext" is handled just as /X.