is it possible to open a explorer window from powershell and store the path selected in the explorer, to a variable?
to open explorer window from powershell
Just wanted to post an addendum, I believe there is a pipe | missing from in-between:
|
[System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms")
and:
Out-Null