show/hide this revision's text 2 Added link to discussion on collabnet forum

It looks like Microsoft, in their infinite wisdom, have changed the behavior of wildcard expansion in Windows Vista:

So instead of the an escaped wildcard being passed in, it gets expanded:

Under Win 95, 98, 2000, XP, the application runs as expected: it does wildcard expansion when parameters are like «*.txt» and it does NOT when parameters are like «"*.txt"». Under Windows Vista, wildcard expansion takes place always, or, said otherwise, double quotation marks DOES NOT suppress it.

There is further discussion on this issue on the Collabnet forum.

show/hide this revision's text 1

It looks like Microsoft, in their infinite wisdom, have changed the behavior of wildcard expansion in Windows Vista:

So instead of the an escaped wildcard being passed in, it gets expanded:

Under Win 95, 98, 2000, XP, the application runs as expected: it does wildcard expansion when parameters are like «*.txt» and it does NOT when parameters are like «"*.txt"». Under Windows Vista, wildcard expansion takes place always, or, said otherwise, double quotation marks DOES NOT suppress it.