View Single Post
  #7  
Old November 7th 17, 03:14 PM posted to microsoft.public.windowsxp.general
(PeteCresswell)
external usenet poster
 
Posts: 1,933
Default I never see the CHKDSK results

Per :
CHKDSK seems to run in a DOS prompt, and as soon as it finishes, it
closes that dos window and I never see the results of the check.


In addition to the advice in the other posts, one more way to see
results is to force them to a text file and, optionally, print the
text file.

That needs a .BAT file, and is my preferred method for my backup disks
because then I can file the report with the disk.

To Wit:

:* ==================================================
:* PURPOSE: To create a hardcopy record of
:* a drive's health both just before
:* the first time it is used and just before
:* it is rotated out at month's end
:* ==================================================

C:\
CD..
CD..
SET OutputFile=\\NAS\Temp\ChkDsk_E.txt
CLS

DATE /T %OutputFile%
TIME /T %OutputFile%

CHKDSK E: %OutPutFile%

ECHO . %OutputFile%
ECHO . %OutputFile%
ECHO . %OutputFile%

DATE /T %OutputFile%
TIME /T %OutputFile%

NOTEPAD /P %OutputFile%
:* ======================= End of File =============

--
Pete Cresswell
Ads