Re: Chkdsk /f not working on boot

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thanks Bill. But this is only setting a boot time check disk, then
rebooting.

Nothing new to what I have already tried.



"BillW50" <BillW50@xxxxxxx> wrote in message
news:JPeae.1299$%L1.20@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

"BillW50" <BillW50@xxxxxxx> wrote in message
news:eJPjIb4RFHA.3628@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 22 Apr 2005 17:02:13 -0500

... So here if it isn't too late, try this one:

***********************

echo on
chkdsk /f /v
pause
shutdown -r -f -t 5

***********************

Silly me... I'm sorry! As that will force you into another chkdsk
when you just went through it anyway. Just move that pause up by one
line and follow my previous comments. Like in the following:

***********************

echo on
pause
chkdsk /f /v
shutdown -r -f -t 5

***********************




Cheers!


__________________________________________________
Bill (using a Toshiba 2595XDVD under Windows 2000)
-- written and edited within WordStar 5.0


.



Relevant Pages

  • Windows-No Disk message
    ... On rebooting, after the desktop has appeared, there is a long pause and then ... There is no disk in the drive. ... Prev by Date: ...
    (microsoft.public.windowsxp.general)
  • Re: Batch file fails strangely checking number of arguments
    ... And if anyone knows of a clear and complete book on DOS batch file ... My first attempt in ARGTEST01.BAT, below, checks the second filename ... without showing the warning or recognizing the "pause" command. ... echo Arguments OK. ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Batch File Help
    ... @echo off ... if %ERRORLEVEL% GTR 0 pause ...
    (microsoft.public.windowsxp.general)
  • Re: Problem handling video pause and resume
    ... I didn't leave it very long before clicking to unpause, ... Echo http://www.echosvoice.com ... without clicking on the video the second pause does restart the video (for ... Microsoft Certified Office Specialist ...
    (microsoft.public.powerpoint)
  • Re: xcopy command line for files and folders
    ... I've written several batch files and leave them on the Desktop. ... echo off ... 'pause' stops WinXP from exiting [and blanking all the inofrmation of ... Of important note with XCOPY, be sure to set VERIFY ON, else, and this ...
    (microsoft.public.windowsxp.general)