Would anybody help in executing Subst command in PowerShell; so that it reflects the virtual drive in Windows Explorer!
Thanks in anticipation.
Would anybody help in executing Subst command in PowerShell; so that it reflects the virtual drive in Windows Explorer!
Thanks in anticipation.
This should work:
Invoke-Expression "subst Z: C:\some\folder"