answersLogoWhite

0

Right click, new->directory.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you create a directory in Windows Vista?

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!


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


If you want to reinstall Windows Vista do you have to uninstall it first?

You have to delete the partition in which it is installed and create a new one to install the new vista.


What command did you use to create directory?

mkdir this is the new directory command. or in kde/gnome right click in a folder and choose new folder.


In window vista which button is used to create a new folder?

in windows vista which button is used to create a new folder


What button is used in Windows Vista to create a new folder?

Organize


How to create a new directory called letters directly under the current directory?

The 'mkdir' program is used. $ mkdir letters


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.


What is dcpromo?

dcpromo is command u have to write it in Run to create a new domain controller and create active directory


How do you create a new directory using DOS?

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


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.


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command