Monday, March 3, 2008

DOS file names/ extensions/functions

DOS has several functions, all you have to do is type it correctly and you'll get those functions to work.
Examples of DOS functions :

  • Formatting(preparing) and organizing a disk for use.
  • Setting up subdirectories and directories.
  • Running programs on your computer.
  • moving and copying files.






The following will be of use when creating directories/subdirectories.
  • Formatting - so that you can prepare a disk for your use
(some times disks are formatted in a drive that is not readable by your computer system, thats when formatting comes into play)

  • Copy- exactly what it means, its to copy files on your computer onto other drives, folders, etc...
  • DIR- stands for Directory, you can type this in the command window and get a list of the names of files on a given disk.
  • CHKDSK - this allows you to check the characteristics of the disk and system.
These were just a few examples to get us started on DOS.

What is DOS ?


What is DOS ? DOS, generally speaking DOS means any operating system. In most cases when we say DOS , we mean Microsoft Disk Operating System. DOS was designed for IBM computers, by Microsoft. DOS is an upgrade from the older operating system, such as the CP/M. However DOS is still operating as a 16-bit operating system, and cannot support multitasking, or multiple users.
So, what exactly is DOS ?
In simple words its a "command line". Its exacxtly what it sounds like you type a command/action the computer to do, and it does. Sounds pretty easy right ? Well it is once you get used to typing in the correct format, so that the command goes through.



NOTE: the picture is an actual Command screen , you can access this screen by clicking on start and then run , in the run adress bar type in the words cmd, short for command , and click ok .