Click to See Complete Forum and Search --> : Count of files on logical drive


Ron
10-18-2002, 02:15 PM
Does anyone know a quick method to count the total number of files on a logical drive? It seems that this would be a simple task, but short of doing a dir command on a drive and waiting for the list to scroll through, I haven't found any useful tools.

Thanks,
Ron

scott
10-21-2002, 11:13 AM
------------
Ron at 10/18/2002 3:15:41 PM

Does anyone know a quick method to count the total number of files on a logical drive? It seems that this would be a simple task, but short of doing a dir command on a drive and waiting for the list to scroll through, I haven't found any useful tools.

Thanks,
Ron

scott
10-21-2002, 11:15 AM
wc.exe (RK)

dir /b \SERVERSHAREDIRECTORY |wc -l

This command will produce only a count.

------------
Ron at 10/18/2002 3:15:41 PM

Does anyone know a quick method to count the total number of files on a logical drive? It seems that this would be a simple task, but short of doing a dir command on a drive and waiting for the list to scroll through, I haven't found any useful tools.

Thanks,
Ron