From d78db71f34b317830b7d1913c7ff0fb231f41ff5 Mon Sep 17 00:00:00 2001 From: averyl36 <44373518+averyl36@users.noreply.github.com> Date: Sun, 3 Mar 2019 07:54:22 -0700 Subject: [PATCH] Color change command (#28128) --- .../terminal-commandline/windows-command-prompt/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/guide/english/terminal-commandline/windows-command-prompt/index.md b/guide/english/terminal-commandline/windows-command-prompt/index.md index fa2beeaf56..f578e03967 100644 --- a/guide/english/terminal-commandline/windows-command-prompt/index.md +++ b/guide/english/terminal-commandline/windows-command-prompt/index.md @@ -18,11 +18,11 @@ To go back one directory type and enter `cd..`. Your current working directory s ``` C:\Users\YourUserName> ``` -Also, to go back to the root directory type and enter `cd\`. Your current working directory should return to this: +To go back to the root directory type and enter `cd \`. Your current working directory should return to this: +``` +C:\> ``` -C:\> -``` -With the `cd`, `cd ..` and `cd\` commands you can move back and forth through directories. This might seem very basic at first but as you learn more commands the command prompt will become a very useful and efficient tool. +With the `cd` and `cd ..` commands you can move back and forth through directories. This might seem very basic at first but as you learn more commands the command prompt will become a very useful and efficient tool. ## Here is a list of common commands: | Command | Description | @@ -59,3 +59,4 @@ rm /s name_of_directory_you_want_to_delete - If you know the path to a file or directory can type `cd PATH_TO_YOUR_DIRECTORY` instead of changing directories several times to get to a directory or file - Use `cd ..` to move to the previous parent directory - When you hit the up arrow key your previously entered command will appear and if you hit it repeatedly it will cycle through all of your previously entered commands +- You can change the color of your terminal font and of its background. `color ?` will give you a list of these colors. \ No newline at end of file