Never heard about CHKDSK? It is a small utility in MS-DOS to check your disk integrity. You can easily save the CHKDSK results to a text file, by entering this command MS-DOS Prompt, followed by Enter:
chkdsk > result.txt
Using this method you won't see anything happening while CHKDSK works, since all the data is going into your new file. To view the file, type following command followed by Enter:
Notepad result.txt
If you prefer a more readable file name, you can add quotes. For example:
chkdsk > "result September p;2000.txt"
Monday, October 5, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment