
SUMMARY: Using CHKDSK to display all files on a hard drive.
To list every file on your hard drive, you could pull out some combinations with DIR /S to show files in all subfolders, or you can just type in CHKDSK /V. Doing so will show every file on your hard disk, and at the end, will show you a report of the total disk space, total free space, and more.
Save this report to a text file for later viewing. Type in
CHKDSK /V > DISKREPORT.TXT
Get E-Mail When New Tips are Online
Return to the DOS and Batch Files page.
New in MalekTips: