mkdir
the command is md then what ever you want to call it
mkdir this is the new directory command. or in kde/gnome right click in a folder and choose new folder.
open command prompt start --> run --> CMD go to the particular folder with commad "cd <space> folder name" enter the below command "dir >> list.txt" it will create a list.txt file in the same folder
At the dos prompt (c:>), type md then a space, then the name of the folder you want to create. Example md foldername
In Windows and Unix-based and Unix-like systems, the command is mkdir (however in Windows a shortcut md can be used as well).
There is no text output. That command would create a directory / folder called "DesktopCS604".
When in Command(prompt) [Cmd] type: MD C:\Data <enter> It's as simple as that! Note: You must have the permission to create folders on C-drive..
In Dos-just write (DEL Folder Name) this command will delete all the Files inside that folder,then write (RD Folder Name) This will Remove your Folder. Remember both command contain Same folder name. Which you want to Delete.(DEL)command is used to delete Files. (RD) command is used to delete Folder
Running the MS-DOS DIR command and "piping" the results to a file does this.
in cmd type "md FileName" in the directory you want the folder. md= Make Directory. And where FileName is you would put what ever name you wanted.
net share
RD command is used to remove a directory (folder).