answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you create a directoryfolder called Kenya in Drive C?

Are you asking how do you "rename" the C drive? or how to place a folder in C drive named Kenya?


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 &quot;C:\path\to\folder&quot; /s &gt; output.txt, replacing the path with your target folder. On macOS or Linux, use the Terminal and run ls -R /path/to/folder &gt; output.txt. This will generate a file named output.txt containing the directory structure and contents.


How do you take my documents using msdos?

To take or copy documents using MS-DOS, you can use the COPY command. For example, if you want to copy a file named &quot;document.txt&quot; from the C: drive to a folder on the D: drive, you'd type COPY C:\document.txt D:\folder\. Make sure to navigate to the directory where the file is located using the CD command if needed.


How do you create a folder named con.i?

Click the folder about 3 or 4 times and edit the name.


How do you delete cfsdadfawd folder?

To delete the folder named &quot;cfsdadfawd,&quot; you can use the command line or a file explorer. In Windows, open Command Prompt, navigate to the folder's location using the cd command, and type rmdir /s /q cfsdadfawd. In macOS or Linux, open Terminal, navigate to the folder's location, and use the command rm -rf cfsdadfawd. Alternatively, you can right-click the folder in a file explorer and select &quot;Delete.&quot;


How To create Directory Using Batch File?

You can make a folder with batch by using the command: md Foldername Example: @echo off md WikiAnswers exit The batch file would make a folder named WikiAnswers, and it would appear on your desktop


Can you use a flashdrive for memory and update your ps3?

Yes, you can use a flash drive to update your PS3. To do this, download the system update file from the PlayStation website, then create a folder named &quot;PS3&quot; and a subfolder named &quot;UPDATE&quot; on the flash drive. Place the update file inside the &quot;UPDATE&quot; folder, and then connect the flash drive to your PS3 to perform the update from the System Update option in the settings menu.


What is the use of MD command?

The MD command, short for &quot;Make Directory,&quot; is used in command-line interfaces, such as Windows Command Prompt and Unix/Linux shell, to create a new directory (or folder). By specifying a name after the command, users can establish a structured hierarchy for file organization. For example, typing md new_folder would create a directory named &quot;new_folder&quot; in the current location. It can also create multiple directories at once if multiple names are provided.


What would the syntax be if you wanted to share a folder with the sharename data1 on a computer named workstation a?

To share a folder with the share name &quot;data1&quot; on a computer named &quot;workstationA,&quot; you would typically use the following command in a Windows environment: net share data1=C:\path\to\your\folder /grant:everyone,full Replace C:\path\to\your\folder with the actual path of the folder you want to share. This command grants full access to everyone; you can adjust the permissions as needed.


How do you create a folder with con name?

1.Create a new folder 2. Try to rename as con as by typing CON and without clicking out side of the folder perform left click and go to the options: insert unicode control character&gt;&gt; NODS CON folder named folder created.


How do you make a Starcraft maps folder?

You should begin with a default Star Craft folder named "maps". the simplest way to create a new folder is to open StarEdit, click open, then right click anywhere on blank space, select "New Folder", then name it, and your done. now drag, cut and paste the folder where you want to put it. The other way to do it is to go to "My Computer" or "Desktop" or etc. if it is in the default location, then go to drive C in My Computer. Then open "Program Files" and look for the folder named "starcraft". Then go into "maps" and right click, and name and etc.


How would you create an ou named Simpson from the command line?

How would you create an OU named SIMPSON from the command line? dsadd ou "ou=Simpson,dc=simpdomain, dc=com" dsadd Simpson ou Simpson ou dsadd It's not possible to create OUs from the command line