Display the directory information for all hidden files with the extension TXT on drive C (not including lower-level subdirectories), including the date and other information, but not including attributes.
The answer is: DIR C:\*.TXT /A-DH
But what I find strange is that the attributes only include hidden, system, archive, and read-only.
So why are subdirectory D and non-directory -D also included in the attributes???
Could it be that DIR C:\*.TXT /AH is wrong???
The answer is: DIR C:\*.TXT /A-DH
But what I find strange is that the attributes only include hidden, system, archive, and read-only.
So why are subdirectory D and non-directory -D also included in the attributes???
Could it be that DIR C:\*.TXT /AH is wrong???

