Paul on Fri, 8 Nov 2002 07:18:05 -0500 |
Are you talking about "real" DOS or DOS in the shell? I use "dir *." to list only directories in DOS. Something like "dir *w.dll" also works. I don't know about putting the * in the middle. Arthur S. Alexion wrote: will give you results. What DOS cannot do with the '*' wildcard is use it in the middle or begining of the criterion. For instance, w*d.txt and *d.txt will not work, but w??d.txt and w*.txt will.
|
|