Friday, January 27, 2012

ENTERNAL_COMMAND'S _SYNTAX_2_1



C:\MD APPLE
            It creates directory APPLE inside root directory C:

C:\MD C:\WINDOWS\BOOK
            It creates directory BOOK inside WINDOWS subdirectory.

C:\MD\WINDOWS\NEPA.
            It creates directory NEPAL inside subdirectory WINDOWS of drive C:

CD
            It stands for change directory It displays the path name of current directory or changes the current directory

Syntax

CD[[Drive:][Path][..]]

Parameters

[drive:][Path]

Specifies the drive and directory you want to change is parent directory.

Example:

C:\CD WINDOWS

            It changes from current directory to WINDOWS subdirectory.

C:\WINDOWS>CD..

            It changes from current directory WINDOWS to its parent directory.

C:\WINDOWS\DESKTOP>CD\

            It changes from the current directory DESKTOP to root directory C:\drive.

C:\WINDOWS\DESKTOP>CD
            It display the path of the current directory.

No comments:

Post a Comment