HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

explorer — The Windows File Explorer. More information: <https://ss64.com/nt/explorer.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandwindowsclifileexplorermore
windows

Problem

How to use the explorer command: The Windows File Explorer. More information: <https://ss64.com/nt/explorer.html>.

Solution

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}}

Code Snippets

Open Windows Explorer

explorer

Open Windows Explorer in the current directory

explorer .

Open Windows Explorer in a specific directory

explorer {{path\to\directory}}

Context

tldr-pages: windows/explorer

Revisions (0)

No revisions yet.