How to Know if You Are Ready for a Relationship
Q&A for How to Change Directories in Command Prompt
Coming soon
Search
-
QuestionHow do I go to C:\ from C:\users\username?Community AnswerYou can either type "cd .." to take you up a directory level (to C:\users) and once again to take you to the root level, or you can always type "cd \" from any directory to take you to the root level.
-
QuestionHow do I change the name of a drive, like from Drive H: to drive A:?Community AnswerIn start, type Computer Management. Open Computer Management and click the arrow next to Storage, then Disk Management. Right-click the drive you want to rename and click Change Drive Letter.
-
QuestionWhat is the difference between cd\ and cd?Community AnswerIn order to use cd you have to put a file path after it; cd\ just goes straight to C:\.
-
QuestionHow do I make a new directory?Community AnswerTo make a new directory in the current directory simply type "mkdir dirname" (without the quotation marks).
-
QuestionHow do I open a desktop folder if the given cmd is not working?Community AnswerI had this problem before, try "dir" and then write the exact folder name that appeared.
-
QuestionHow do I create a folder on the desktop?Community AnswerLeft click on any open space on the desktop, then click "New folder." The folder will be created and you will be prompted to name it.
-
QuestionWhat would you type at a command prompt to change to the root directory of the c: drive if the prompt says c:\winnt\system32?Community AnswerThe command you are looking for is: cd/.
-
QuestionCan you change the directory without having administrator privileges? If so, how?Sasa BozilovicCommunity AnswerFollow the steps in this article, but log on using a non admin account. Make sure you can't use admin actions, such as "del system path\system file".
-
QuestionHow do I list directories in the folder I'm in?Sasa BozilovicCommunity AnswerTo list directories in the folder you're in, simply type "dir". It will display everything in this folder, including files. To list directories in the specific folder, type "dir path to folder\folder". For example, to list directories in a folder called "lol" in a user folder called "tik", type "dir C:\Users\tik\lol".
-
QuestionHow can I get my date in CMD?Sasa BozilovicCommunity AnswerType "echo %date%". It will display date info. To change your date, simply type "date", type mm/dd/yyyy (m resembles month, d resembles date, y resembles year) and hit enter.
-
QuestionHow do I move a directory in command prompt?Sasa BozilovicCommunity AnswerType "move path to folder\foldername 2nd path to folder\2nd folder", where path to folder resembles the path to your folder and folder resembles the folder you want to move.
-
QuestionHow do I go back one directory?ArroganceTop AnswererTo return to the parent directory, just enter ''cd ..''
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit