Seaching dll problem
Is this the right code for searching in开发者_开发百科 cmd? Please check it..
c:\windows\assembly\ a\s\w healthcare*.*
Try this:
DIR path\part-name*.dll /s
or in your special case
DIR %windir%\*healtcare*.* /s
where part-name stays for "part of file name you're searching".
精彩评论