Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Directory listing that shows NTFS file descriptions?

Jul
47
0
[C:\Program Files\JPSoft\TCMD13x64]
>ver
TCC 13.03.38 x64 Windows 7 [Version 6.1.7601]

Is there a way, from the command line, to show a file's description?

>dir /I"[?]*",
shows which files have descriptions, but not the descriptions themselves.
Thanks --
 
Look at the PDIR command. This will list only files that have a description, with the description:

pdir/i"[?]*"/(fn i)
 

Similar threads

Back
Top