Tuesday, April 30

MKDIR Command

The MKDIR is used to create a sub directory.
Syntax
MKDIR Path name
Where,
Path name : Location of the sub directory to be created.

  • path name must not exceed 63 characters.
  • sub directory can be created in a default drive or in other drives.
Example 25

1. MKDIR "CLASSIX" (press enter key)
Creates sub directory GWBASIC inside the current directory.
2. MKDIR "C : GWBASIC CLASS X" (press enter key)
Creates sub directory class x inside the directory GWBASIC of C : drive (harddisk)
3. MKDIR "A : \ GWBASIC' (press enter key)
Creates sub directory GWBASIC on drive A :

No comments:

Post a Comment