basics of cmd

       CMD for BEGINners.

CMD is used as the interface between user and computer from where the user can easily access his operating system and can manage the processes on the computer.
   Here are some basic commands in CMD.


commands of cmd:-


1. Check Version:-

 Syntex:- ver;

the use of ver displays the version of your operating system(as shown below).




2.DATE:-

 Syntex:- date;
the use of date displays the current date of the system and gives choice to change it (as shown below).

3.TIME:-
 Syntex:- time;
the use of time displays the current time of the system and gives choice to change it (as shown below).

4. TO OPEN  DIRECTORY:-
 Syntex:- CD;
the use of CD opens a directory in the opened drive, for example, here C drive is open. (as shown below).

5. TO CLEAR THE SCREEN:-
 Syntex:- CLS;
the use of CLS  clears all the stuff from the screen. (as shown below).
BEFORE AND AFTER THE USAGE OF CLS

6. TO CHANGE THE COLOR OF THE TEXT:-
 Syntex:- COLOR;
the use of COLOR  CHANGES THE COLOR OF THE TEXT 
FOR EXAMPLE, color A

LIST AVAILABLE WIRELESS NETWORKS

:-

Syntex:- netsh wlan show network;
it is used to check available wireless network.

8. TO CONNECT THE WIFI USING CMD ONLY:-
 Syntex:- netsh wlan connect name = profilessid;
it is used to connect available wireless network

8. TO SHUTDOWN USING CMD ONLY:-
 Syntex:- SHUTDOWN;
it is used to TURN OFF the system

              to be continued....

Comments