JdV's Notes
My notes on: SAP, Oracle, Windows, AIX, Solaris and other stuff
Friday, 24 July 2015
Map Drive in DOS
To temporarily map a drive in the Windows command prompt (DOS):
pushd \\server\folder
The current directory changes to the mapped drive.
To see which drive letter has been mapped:
net use
To end the temporary mapping:
popd
To map a drive to a specific letter:
net use <letter>: \\server\folder
To unmap the drive letter:
net use <letter>: /DELETE
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)