List mapped network drives from the command line to text file
What command line utility can be used to output a list of the mapped network drives on the local system and their location on the network to a text file?
This will only be used on windows-based systems running windowsxp
Best Answer
net use > mapped_drives.txt
should dump a list of mapped drives to the text file mapped_drives.txt
Although I tested this on Windows 7, Microsoft says net use
will work on Windows XP