Programming, website development forum Get latest updates by RSS Follow TechnicalTalk on Twitter Follow TechnicalTalk on Facebook 
HomeSearchRecent PostsLoginRegisterContact Us

Username  
Password    
  Forgot your password?  

Pages: [1]   Go Down
 
  Email this topic  |  Print
0 Members and 1 Guest are viewing this topic.

Using command prompt - Lesson 1

 
webmaster forum
Kevin  Offline
A computer Science student
Dream - To become a computer expert
Activity
20%
 
Skilled Coder
Real name: Kevin
Location: India
Gender: Male
Age: 18
Posts: 199
Topics: 51
kevin.cmaker
August 14, 2011, 01:45:16 AM



Have you ever wondered how to use your command prompt instead of using mouse to do various functions and actions? Well this is an article for beginners to learn how to use command prompt. (This article is for beginners and includes only basic commands).
The commands given below is similar in almost all windows version and in LINUX OS too.
What is Command prompt?
It is the basic method to communicate to the Operating (Computer) system directly. It can be almost used to do any function required, in a computer. However, for easy usage mouse (GUI) is used now. But, I believe using Command prompt is the most powerful way to do some complex functions.
In all windows version it is called "Command Prompt" and in LINUX versions, it is called "Terminal".
How to open Command Prompt?
1. Go to start menu and then to run.
2. Type cmd and your command prompt shell will open.
Commonly used commands:
You will be able to access only the drive in which you have your OS installed. It is mostly C: drive.
1. To enter into a folder,
Input:
Code:
c:\> cd documents and settings
Output:
Code:
c:\documents and settings>
Now you will be inside the folder named "documents and settings".
2. If you want to come out of the directory,
Input:
Code:
c:\documents and settings> cd ..
Output:
Code:
c:\>
3. If you want to know what are the folders and directories inside the particular directory,
Code:
c:\> dir
4. If you want to clear the screen,
Code:
cd:\> cls
5. You can also change the color of both your text and your text background.
Code:
c:\> color 07
If you want to know more about how to use the colors option, type,
Code:
c:\> color help
6. To know about the current version of the operating system, type
Code:
c:\> ver
This will give you the exact version of the OS that you use currently.

7. However, to know about the overall command outline, type,
Code:
c:\> help

The above command will give you an outline of all the available commands. However, I will continue with how to use all those commands in the upcoming articles.

To close your command prompt shell, type
Code:
c:\> exit




You can find more information here :-



*** Please do not forget to leave your comments about this article ***


Glad to help.

A TechnicalTalk member!
 
  Email this topic  |  Print
Pages: [1]   Go Up
 
Jump to:  



Powered by SMF 1.1.15 | SMF © 2011, Simple Machines


Google visited last this page February 03, 2012, 06:28:40 PM