Last active
January 3, 2022 13:17
-
-
Save MarioBinder/3ba3bea1f319e21f5b5b0054234b0cf6 to your computer and use it in GitHub Desktop.
command line -> cd unc / network folders
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create a temp virtual drive: pushd "\\172.29.0.30\" | |
delete the virtual drive: popd "\\172.29.0.30\" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment