From ff65957f4bb5a87c323e7153da042c52c882b4e5 Mon Sep 17 00:00:00 2001 From: kazoni Date: Thu, 2 Mar 2023 10:34:38 -0600 Subject: [PATCH] prompt: add page (#9377) --- pages/windows/prompt.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/windows/prompt.md diff --git a/pages/windows/prompt.md b/pages/windows/prompt.md new file mode 100644 index 000000000..a84ab7c0f --- /dev/null +++ b/pages/windows/prompt.md @@ -0,0 +1,24 @@ +# prompt + +> Change the default DOS style prompt in a command window. +> More information: . + +- Reset the prompt to the default setting: + +`prompt` + +- Set a specific prompt: + +`prompt {{prompt}}` + +- Change the prompt to show the current date first: + +`prompt $D $P$G` + +- Change the prompt to show the current time first: + +`prompt $T $P$G` + +- Change the prompt by adding a specific text first: + +`prompt {{text}} $P$G`