Command prompt
In
this blog, you also see the basic working procedure and tips of your PC. But in
this post you will see the command prompt working procedure.
This
is the major one of your computer. So please understand my notes, then follow
the below steps. If you can’t understand my notes, please clarify with me. Open
your “RUN” window and type “CMD”.
Now
you will see the below black screen,
Entering some other drive:
- Simply type drive name and colon(:) like this [E:]
Create new folder:
- Type MD[space][folder name], example: MD PERSONAL
Navigate directory:
- Go to which drive you want to navigate the directory and type CD[SPACE][FOLDER NAME]
- EX: CD PERSONAL
How to Open files using CMD:
- If you want to open the files using CMD, first of all navigate the drive and directory (see above steps). Then type the file name with extension. Example “E” is my drive and “PERSONAL” is my directory name, then “BLOG.TXT” is my File name with extension. E:\PERSONAL>BLOG.TXT
If you want to know more detail about
command prompt, type HELP in command prompt window. You will see below commands,
·
ASSOC
·
ATTRIB .
·
BREAK
·
BCDEDIT
·
CACLS
·
CALL
·
CD
·
CHCP
·
CHDIR
·
CHKDSK
·
CHKNTFS
·
CLS
·
CMD
·
COLOR
·
COMP
·
COMPACT
·
CONVERT
·
COPY
·
DATE
·
DEL
·
DIR
·
DISKCOMP
·
DISKCOPY
·
DISKPART
·
DOSKEY
·
DRIVERQUERY
·
ECHO
·
ENDLOCAL
·
ERASE
·
EXIT
·
FC
·
FIND
·
FINDSTR
·
FOR
·
FORMAT
·
FSUTIL
·
FTYPE
·
GOTO
·
GPRESULT
·
GRAFTABL
·
HELP
·
ICACLS
·
IF
·
LABEL
·
MD
·
MKDIR
·
MKLINK
·
MODE
·
MORE
·
MOVE
·
OPENFILES
·
PATH
·
PAUSE
·
POPD
·
PUSHD
·
PRINT
·
PROMPT
·
PUSHD
·
RD
·
RECOVER
·
REM
·
REN
·
RENAME
·
REPLACE
·
RMDIR
·
ROBOCOPY
·
SET
·
SETLOCAL
·
SC
·
SCHTASKS
·
SHIFT
·
SHUTDOWN
·
SORT
·
START
·
SUBST
·
SYSTEMINFO
·
TASKLIST
·
TASKKILL
·
TIME
·
TITLE
·
TREE
·
TYPE
·
VER
·
VERIFY
·
VOL
·
XCOPY
·
WMIC
For more information on a specific command,
type HELP [command-name] in command prompt.
Thanks for reading...!