Command Line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone tell me if there is some benefit using a command line to perform a functio
rather than using windows? Specifcially, If I use the command: chkdsk /r or f rather tha
using windows check disk function from right clicking on C: and selecting properties, the
tools, then checking the box
Isn't that the same function? Is it necessary for me to do both, command line function, an
using windows check disk function I mean? Or is one enough, and which one is better
Thanks
 
Hi Dave,

When you use the command line you can specify which parameters you want to
apply to each task. The GUI only offers two options, there are times when
you will want more.

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Win9x
Windows isn't rocket science! That's my other hobby!

Associate Expert - WinXP - Expert Zone
 
Nutcase is correct in his statement but as usual expects the newbie to know more than he does. In order to better understand what Nutcase is referring to open the command line interface and then type in chkdsk /? and you will see a collection of parameters that you can specify and how to apply them. Now your assertion is correct going chkdsk /r does nothing more than using the tool by right clicking your main drive in My Computer and clicking properties\tools\error checking. In the command line interface there are tons of things you can do. Instead of specifying any start parameter simply open the command line interface and type in help and hit enter. You will now see an entire list of recognized commands. Once you see a command then simply do as you did with chkdsk to find the full parameter options. for example type in chdir /? and you will be shown a full set of acceptable parameters along with and explanation underneath. This is not as simple as it may seem but if you want to learn then this is a good way to start. Be careful though. Some of the commands you type here affect the OS globally(everyone) and you could type in something that will make it extremely difficult to boot or recover your system. So remember when learning there are only three rules you need to know. 1\backup 2\backup 3\backup. Good luck.
 
In XP, you can select either the /f or /r Parameters in the Properties
Section of My Computer. Unless you really know your stuff or have real disk
problems,all you really need to execute is the /f switch if yoy file system
is NTFS.
Gene K
 
Back
Top