Lesson 3 :INTERNAL COMMANDS
11) MD (Make a directory):
It is used to create a new directory (folder).Syn: C:\>MD Directory-name
Ex: C:\>MD balu
12) CD (Change a directory):
It is used to enter into the Directory.Syn: C:\>CD Directory-name
Ex: C:\>CD balu
C:\balu>
MD & CD Commands |
13) CD.. (CD Double dot):
It is used to come out of Directory.Syn: C:\>CD..
Ex: C:\balu>CD..
C:\>
14) CD\ (CD Backward slash):
It is used to come out of multiple directories at a time.Syn: CD\
Ex: C:\balu\sai\vani>CD\
C:\>
15) RD (Remove Directory):
It is used to remove and Empty DirectorySyn: RD Directory-name
Ex: C:\> RD balu
16) Version:
It is used to display the Operating System versionSyn: C:\>VER
Version Command |