| Click this button to go to the index for this section. |
mmd(1)
NAME
mmd - mtools utility to make a DOS directorySYNOPSIS
mmd [-v] msdosdirectory [msdosdirectories...]FLAGS
-v Displays the new directory name if the name supplied is invalid.DESCRIPTION
The mmd command makes a new directory on a DOS filesystem. Unlike DOS conventions, this command accepts multiple arguments. Reasonable care is taken to create a valid DOS directory name. If an invalid name is specified, the mmd command changes the directory name and displays the new name if the -v flag is specified. If the directory specified exists, an error occurs. DOS subdirectory names are supported with either the '/' or '\' separator. The use of the '\' separator or wildcards will require the directory name to be enclosed in quotes to protect it from the shell. The mcd command can be used to establish the device and the current working directory (relative to DOS), otherwise the default is A:\.ENVIRONMENT VARIABLES
The following environment variables affect the execution of mmd: MCWD If set, this variable names the file that contains the name of the current mtools working directory as established by the mcd command. If this variable is not set, the file $HOME/.mcwd is used.EXIT VALUES
The following exit values are returned: 0 Success 1 FailureFILES
$HOME/.mcwd Contains the name of the current mtools working directory as established by the mcd command. If this file does not exist, the default mtools working directory is A:\. /usr/bin/mtools/mmd Executable fileRELATED INFORMATION
Commands: mcd(1), mrd(1), mtools(1)