16 lines
315 B
Markdown
16 lines
315 B
Markdown
# 资源管理器
|
|
|
|
> Windows 文件资源管理器。
|
|
> 更多信息: <https://ss64.com/nt/explorer.html>。
|
|
|
|
- 打开 Windows 资源管理器:
|
|
|
|
`explorer`
|
|
|
|
- 在当前目录中打开 Windows 资源管理器:
|
|
|
|
`explorer .`
|
|
|
|
- 在特定目录中打开 Windows 资源管理器:
|
|
|
|
`explorer {{path\to\directory}}` |