tldr/pages/windows/explorer.md

17 lines
285 B
Markdown
Raw Normal View History

2019-10-07 13:22:41 +01:00
# explorer
> The Windows File Explorer.
2021-03-30 21:16:32 +01:00
> More information: <https://ss64.com/nt/explorer.html>.
2019-10-07 13:22:41 +01:00
- Open Windows Explorer:
`explorer`
- Open Windows Explorer in the current directory:
`explorer .`
- Open Windows Explorer in a specific directory:
`explorer {{path\to\directory}}`