Right click, new->directory.
A directory is the same as a folder. Go to Start>My Computer> go to the folder you want to make a directory in>click "New Folder" at the top of the screen (or right click and go to new>folder)>Name your folder>press enter>You just made a new folder!
mkdir LABS
You have to delete the partition in which it is installed and create a new one to install the new vista.
mkdir this is the new directory command. or in kde/gnome right click in a folder and choose new folder.
in windows vista which button is used to create a new folder
Organize
The 'mkdir' program is used. $ mkdir letters
You can use "xcopy" command. mkdir - to create a directory. move - to move one or more files in a new location.
dcpromo is command u have to write it in Run to create a new domain controller and create active directory
You can create a new directory by using "MD" or "MKDIR" commands.. Use as follows: C:\> MD <directoryname> and press enter.. or C:\> mkdir <directoryname> For example: MD documents or mkdir documents..
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.
Use the 'mkdir' command