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.
Right click, new->directory.
mkdir LABS
There is no any software for MSDOS shell as MSDOS is itself a system software.
mkdir directoryname
Yes.
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.
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.
MKDIR
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.
Write permission (w)
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.
You can use "xcopy" command. mkdir - to create a directory. move - to move one or more files in a new location.