• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows 2000, Question

MixMasterTang

Diamond Member
What I am needing is to get a list of all .exe files and .dll files on my computer and import them into word. The MAIN problem I have is I would also like to get some extra column information. For example if you open your C:\ drive and put the view into DETAILS and then right click on NAME, goto MORE there are a ton of other columns you can get with extra information, the main concern of mine is the PRODUCT VERSION and PRODUCT NAME. The other tough part is I just need .exe and .dll files in my list, if you do a windows SEARCH for *.exe you CANNOT add these extra columns to your list. I know I could do a DIR C:\*.EXE /S >output.txt file to get a list of all the files but it doesn't list the version number of the .exe or .dll. Any help would be appreciated! I hope I explained that well enough.. Thanks..

 
Back
Top