windows/*.md: make placeholders more compatible with CLIP ones (#9872)
* Make placeholders more compatible with CLIP ones * Update pages/windows/doskey.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> * Update pages/windows/doskey.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:

committed by
GitHub

parent
dcb6919bbf
commit
c52cc074d9
@@ -9,11 +9,11 @@
|
||||
|
||||
- Set the path to one or more semicolon-separated directories:
|
||||
|
||||
`path {{path/to/directory(s)}}`
|
||||
`path {{path\to\directory1 path\to\directory2 ...}}`
|
||||
|
||||
- Append a new directory to the original path:
|
||||
|
||||
`path {{path/to/directory}};%path%`
|
||||
`path {{path\to\directory}};%path%`
|
||||
|
||||
- Set command prompt to only search the current directory for executables:
|
||||
|
||||
|
Reference in New Issue
Block a user