The MKDIR statement is used to create a new sub-directory in the specified disk or drive.
- Syntax:
- MKDIR (path) directory name
- Eg:
- MKDIR "D:\exam"