Wednesday, March 10, 2010

Finding files in your drive using command prompt

There is a command line called where for finding files in your drive:



where /R . gacutil


The command above find the location of gacutil recursively(/R) starting from the current directory.

Labels: , ,