开发者

Seaching dll problem

开发者 https://www.devze.com 2023-02-24 07:35 出处:网络
Is this the right code for searching in开发者_开发百科 cmd? Please check it.. c:\\windows\\assembly\\ a\\s\\w healthcare*.*Try this:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消