25 pts.
 Find one instance of each file extention on a PC
Hello, I am looking for an app that will give me one instance of each file extension on a PC HDD. I would like to use this info to include in a XXcopy script so I could separate the user files from the os/app files etc. so I could clean up a drive quickly. Thank you in advance.

Software/Hardware used:
ASKED: January 21, 2013  12:54 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,390 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

It’s not clear how this would help speed anything up, since it would add time to any script, but the FOR command allows a [ %~xI ] variable reference format that might reference extensions as you need them. — Tom

 107,995 pts.

 

You may get file extension overlay. Say documentation files for example a plain old .TXT file.This could be a users simple text file or an applications help documentation. I’d approach this issue from the user end. What software do they have and what are the save file formats for that application? If they do not have authorized software, then if they lose their files they should have known better.Anything other than that must be part of the OS or installed authorized  software.

 3,910 pts.