Thursday, 5 February 2015

Windows Command Shell Basics


Welcome to my blog. My name is Anupam.
This is my first blog post.
.I have made it as simple as possible
The topic I have choosen is from windows basic and windows environment.
In this post i have written on how to open Command shell in Windows and issue a command in it. I will also include MS office at my further posts.


:Open Run dialog box
 First we will open run dialog by going to Windows Start Menu -> Run as shown below


:Now open command shell
 In Run dialog box we will type program name to launch, in our case type cmd and hit enter key or press OK button


A command shell will appear as shown below:


Now at command prompt window type dir .The dir command will list all directory and files in current directory.




If listing goes out of command window, type

dir /p

,Doing this will show page wise listing in window
for more  options type dir /? in command windows.

This topic applies to:

Windows xp
Windows 7

Thanks for reading this post.