Command Line Exclude Files: Wrong Helpfile!

Post your bug reports here
Post Reply
raabigramm
Posts: 3
Joined: Thu Feb 24, 2011 12:42 pm

Command Line Exclude Files: Wrong Helpfile!

Post 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

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Re: Command Line Exclude Files: Wrong Helpfile!

Post 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.

Post Reply