Purpose: Creates a disk directory.
Format: MKDIR directory name
Notes: Use this statement to create a new disk directory. The directory to be created is specified by directory name. If the directory cannot be created then an error will occur.
Example:
input $folder “Enter
a folder to create”
mkdir $folder
pause “dir: “ $folder
“ created”
exit
See Also: RMDIR