Answers for "how to cd unc"

1

how to cd unc

C:\a\local\path> pushd \\network_host\a\network\path

U:\a\network\path> REM a temporary U: virtual drive has been created

U:\a\network\path> popd

C:\a\local\path> REM the U: drive has been deleted

C:\a\local\path>
Posted by: Guest on August-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language