Technology, Web & Business Forum

You are here: Technology, Web & Business Forum : Network Management : Networking : Why doesn't my automated checkdisk scan run?


Welcome to the Technology, Web & Business Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.


Networking Issues related to IT Networking, network troubleshooting and upgrades


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-22-2009
Junior Member
 
Join Date: Oct 2009
Posts: 3
Default Why doesn't my automated checkdisk scan run?

I have a batch file that I am calling using the scheduled task manager to run scandisk on a machine after hours.


The contents of the batch file are:

echo y > confirm.txt
echo y|chkdsk C: /f /r /x < confirm.txt
echo y|chkdsk E: /f /r /x < confirm.txt
echo y|chkdsk F: /f /r /x < confirm.txt
shutdown -r -t 10



The batch file created the txt file, rebooted but only scanned C:

Can you tell me what's wrong with this syntax?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -5. The time now is 03:44 AM.