tldr/pages/windows/explorer.md

17 lines
285 B
Markdown

# explorer
> The Windows File Explorer.
> More information: <https://ss64.com/nt/explorer.html>.
- Open Windows Explorer:
`explorer`
- Open Windows Explorer in the current directory:
`explorer .`
- Open Windows Explorer in a specific directory:
`explorer {{path\to\directory}}`