File Type Count and Inventory

  • Thread starter Thread starter slickrock22
  • Start date Start date
S

slickrock22

I am trying to count the number of EXE file that are resident on a
clean install of XP Home, and XP Professional. I assumed I could use
search "*.EXE* and highlight and right click and properties and it
would tell me count. Is this truly getting every EXE file? Is their a
software program that inventories all of the files on a PC?

Any help would be greatly appreciated.

Thanks

Ryan
 
At the root level (c:\) I would type:

dir *.exe /s

This should tell you everything you want to know about exe files.

hth
 
I am trying to count the number of EXE file that are resident on a
clean install of XP Home, and XP Professional. I assumed I could use
search "*.EXE* and highlight and right click and properties and it
would tell me count. Is this truly getting every EXE file? Is their a
software program that inventories all of the files on a PC?

Any help would be greatly appreciated.

Thanks

Ryan

Why?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top