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

20 lines
364 B
Markdown
Raw Normal View History

2019-03-11 13:50:17 +08:00
# path
2019-10-18 11:30:29 +08:00
> 显示或设置可执行文件的搜索路径.
2019-03-11 13:50:17 +08:00
2019-10-19 14:12:27 +08:00
- 显示当前的路径:
2019-03-11 13:50:17 +08:00
`path`
2019-10-19 14:12:27 +08:00
- 将路径设置为一个或多个以分号分隔的目录:
2019-03-11 13:50:17 +08:00
2019-10-18 10:33:27 +08:00
`path {{目录的路径 1[; 目录的路径 2]}}`
2019-03-11 13:50:17 +08:00
2019-10-19 14:12:27 +08:00
- 将新的目录添加到源路径后:
2019-03-11 13:50:17 +08:00
`path {{目录的路径}};%path%`
2019-10-19 14:12:27 +08:00
- 将命令提示符设置为仅搜索当前目录中的可执行文件:
2019-03-11 13:50:17 +08:00
`path ;`