1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/prompt.md

25 lines
495 B
Markdown
Raw Normal View History

2023-03-02 10:34:38 -06:00
# prompt
> Change the default DOS style prompt in a command window.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/prompt>.
- 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`