answersLogoWhite

0


Best Answer

To go back to the root (beginning) directory: cd\ To go to the directory above you: cd.. To go a directory below you: cd directoryname Of course, after you type the command, you have to hit the enter key.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

To create files in DOS, use following commands

  1. "copy con " and press enter.. This will give you the space to write something.. Write the contents of the file and then press F6 or Ctrl+Z to save and then press enter.. Your file will create.
  2. "edit " and press enter.. This will open a DOS Editor, where you can write the contents of the file.. Then press Alt+F and then press S to save.. Now to exit, again press Alt+F and then press X..
This answer is:
User Avatar

User Avatar

Wiki User

13y ago

use mkdir for more info just type "help" in ms dos use mkdir for more info just type "help" in ms dos

From DOS prompt type MD and press enter.


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

User Avatar

Wiki User

13y ago

use mkdir for more info just type "help" in ms dos use mkdir for more info just type "help" in ms dos

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

The command mkdir can be used to create a directory. Use the command md followed by the directory name

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

First of all we have to type MD then left one space by using space bar, then type the Directory's name (As per your choice), ten press enter botten. Now the Directory will be framed.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

To rename a directory in DOS you have to use move command..

C:\> move <name1> <name2>

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

CD to where you want the subdirectory, then enter

MKDIR <directoryname>

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a directory in MS-DOS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a new directory in vista?

Right click, new-&gt;directory.


What is the command to create a new directory called LABS directly under the current directory you are in if i was i the c directory?

mkdir LABS


When you create a folder are you creating a directory?

Yes.


How do you create a directory in Linux?

mkdir directoryname


What is the software of MS DOS shell?

There is no any software for MSDOS shell as MSDOS is itself a system software.


In Linux what are three commands you can use to create a subdirectory?

1. The most straightforward way to create a create a subdirectory in the current directory is mkdir name where name is the name of the new directory. 2. Another way is to move a directory and its descendants from somewhere else: mv path name where path is an absolute or relative pathname for an existing directory hierarchy, and name is the directory name it will be given in the current directory. 3. Various utilities for unpacking archives may create directories as they execute; for example cpio, tar, unzip etc.


How can you create a directory in dos command line?

MKDIR


What is e directory?

A directory on a computer is a file/disk organization concept. You create directories to logically group files. You can create a hierarchy of directories to organize a large disk.


What is a virtual directory?

virtual directory are that directory throgh which we map to location of the directory.suppose you need to make a directory on a place but we dont have the sufficient place for creating directory then for mapping the directory on that place we create directoy on different location and map to current location.this is called virtual directory.


What permission applied to a directory allows one to create and delete files within the directory?

Write permission (w)


How does one create a virtual directory?

One can create a virtual directory by opening the internet service manager, clicking on the directories tab, select "add", browse and select "virtual directory", enter the name preferred, click apply, then OK.


DOS command to create and move to the newly created directory?

You can use "xcopy" command. mkdir - to create a directory. move - to move one or more files in a new location.