Saturday, 1 February 2014

CMD

CMD commands

Here are some of the cmd commands that I will show to you.
These are simple to use.

1. Echo

echo is used to display a message on the screen

echo Command Prompt

this command will print 'Command Prompt' on the cmd screen.

2. Start

With the help of start command, you can open any file any directory on your computer.

start c:\windows

this command will open the windows directory.
If there are spaces in the filename, you have to use double quotes.

start "c:\program files"

this command will open program files directory

3. Shutdown

With the help of this command you can shutdown, restart or log off your computer or account.

To shutdown, type :
shutdown /s

To restart, type :
shutdown /r

To log off, type :
shutdown /l

and press enter.

To keep receiving more commands subscribe or +1 this page.


No comments:

Post a Comment