6

I use PowerShell with ConEmu. Is it possible to open the Windows Explorer from ConEmu with its current directory?

Dirk
  • 1,134
  • 2
  • 12
  • 21

1 Answers1

22

Just run from your PowerShell prompt

start .
Maximus
  • 10,751
  • 8
  • 47
  • 65