How to open a folder in PowerShell? I am not talking on how to start PowerShell in a specific folder.
What I mean is that in the command line of powershell i would like to open a folder e.g: " open document"
|
How to open a folder in PowerShell? I am not talking on how to start PowerShell in a specific folder. What I mean is that in the command line of powershell i would like to open a folder e.g: " open document" |
|||
|
|
Use the
|
||||
|
|
|
you can use the explorer.exe to open the folder:
|
|||
|
|
|
For Powershell and cmd compatible way ( and I think the most common way):
|
|||||
|
|
I don't exactly understand what you want, but I have two possible solutions:
or
|
|||
|
|
|
another variant
|
|||
|
|