Locate and display files in a directory tree.
The
WHERE
command is roughly equivalent to the UNIX 'which
' command. By default, the search is done in the current directory and in thePATH
.
Você poderia usar
where anyname.dll
Estou tentando localizar e remover qualquer instância de um arquivo .dll que apareça em qualquer diretório que esteja na variável de ambiente PATH nas janelas.
Existe uma maneira fácil de fazer isso na janela do CMD?
Locate and display files in a directory tree.
The
WHERE
command is roughly equivalent to the UNIX 'which
' command. By default, the search is done in the current directory and in thePATH
.
Você poderia usar
where anyname.dll