Sunday, 8 February 2015

Operating Systems 1 Lab 2 – DOS Commands

DOS Screen grabs


 The "cd .." command is used to change directory. It navigates back to the last directory that it was on
 The "cls" command is used to clear the screen. it removes all the writing on the screen that may be in the way and lets you continue where you left off.
The "dir" command shows the full directory of the location you are in. It shows all files and folders so you can see what you want to pick next.
the "echo hello world" command displays the world that is written after the word echo. it echoes what is written down.
 The "help" command provides instructions to all the commands that you can enter into the command prompt and what each one will do.
The "path" command shows the current path information but is also used to specify the location where DOS looks when using a command 
The "tree" command displays a tree listing of the current directory, showing all files and folders.

No comments:

Post a Comment