When we use pushd to change directory to remote server location, it will automatically generates drive letter. If we want to generate specific drive letter, is that possible?
Asked
Active
Viewed 1,976 times
0
-
1You could map a drive with `net use`. See http://stackoverflow.com/questions/23294761 – Matthew Strawbridge Jan 31 '16 at 21:41
-
Possible duplicate of [cmd - Is it possible to temporarily assign an available drive letter to a local path?](http://stackoverflow.com/questions/7482137/cmd-is-it-possible-to-temporarily-assign-an-available-drive-letter-to-a-local) – user4317867 Jan 31 '16 at 23:52
-
Possible duplicate of [How to create MAP Drive by batch file](http://stackoverflow.com/questions/23294761/how-to-create-map-drive-by-batch-file) – Mofi Feb 01 '16 at 05:42