Windows Explorer from command line
Windows Explorer is available from PowerShell in the desired directory with a simple command like:
explorer $home/code/myproj
Automatic variable $home is the user’s home directory regardless of operating system.
Windows Explorer is available from PowerShell in the desired directory with a simple command like:
explorer $home/code/myproj
Automatic variable $home is the user’s home directory regardless of operating system.