answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a folder using the command prompt in windows 7?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


Windows 2000XP volume folder and file compression can be done using what command at the command prompt?

compact


Can Command Prompt be open from any folder?

There are some quick and easy steps for this. Follow them wiselyHold down the shift key and right click on any folder in Windows 7Select the open command Window there.The command prompt will open automatically.


The Windows RE command prompt window to restore registry files saves in what folder?

c:\windows\system32\config\regback


What is Windows Command Processor?

Command processor in windows is the command prompt(cmd). To start Windows command processor use winkey + R this will open Run window.Just type in cmd and this will open command prompt of windows where you can run various commands.You can create,delete files and folders, list the directory contents and can perform many other functions in command prompt.


What do i type in after command prompt for windows 98?

This depends very much on what you are trying to accomplish by running Windows 98 with a command prompt. If you want to launch the taskbar or open a folder, enter "explorer." If you want to launch a certain application, navigate to that program's folder (use the "cd" command to change, ie. "cd C:\Program Files\Mozilla Firefox" to change to that folder").


You can use the Windows RE command prompt window to restore registry files using those saved in the folder?

c:\windows\system32\config\regback


What command at the command prompt loads Windows desktop?

There isn't one. By the time the Command Prompt is available, Windows has already loaded.


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


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 delete a particular sub-folder from a list of sub-folders in command prompt?

you can not delete the folder from command prompt if it is not empty.. if the folder is empty then use rd <foldername> and press enter.. or use deltree command.. deltree <foldername> and press enter..


How do you block a website using command prompt?

echo 127.0.0.1 insertdomainnamehere>>C:\Windows\System32\drivers\etc\hosts Make sure you run command prompt as an administrator and check that the hosts file (in this folder: C:\Windows\System32\drivers\etc) is not marked for read-only.