answersLogoWhite

0

mkdir

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the command to create a new folder?

the command is md then what ever you want to call it


What command did you use to create directory?

mkdir this is the new directory command. or in kde/gnome right click in a folder and choose new folder.


Dos command for exporting a list of files as text file?

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


How do you create a folder without mouse?

To create a folder without using a mouse, you can use keyboard shortcuts. In Windows, navigate to the location where you want the folder using the arrow keys, then press Ctrl + Shift + N to create a new folder. In macOS, open Finder to the desired location and press Command + Shift + N to create a new folder. You can then name the folder using the keyboard.


How do you create a text file which list the contents of a folder and its subfolders?

To create a text file that lists the contents of a folder and its subfolders, you can use the command line. On Windows, open Command Prompt and use the command dir "C:\path\to\folder" /s > output.txt, replacing the path with your target folder. On macOS or Linux, use the Terminal and run ls -R /path/to/folder > output.txt. This will generate a file named output.txt containing the directory structure and contents.


How do you create a folder on MS-DOS using the MD command?

At the dos prompt (c:>), type md then a space, then the name of the folder you want to create. Example md foldername


What command is used to create a folder in the command prompt?

In Windows and Unix-based and Unix-like systems, the command is mkdir (however in Windows a shortcut md can be used as well).


What is the output of mkdir DesktopCS604 in Linux?

There is no text output. That command would create a directory / folder called "DesktopCS604".


What command will create a folder named data on the C drive?

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..


How do you delete a folder from command prompt?

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


How can I create a printable list from the details view of a folder (in Windows)?

Running the MS-DOS DIR command and "piping" the results to a file does this.


How do you create a folder using the command prompt in windows 7?

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.