Home » Questions » Computers [ Ask a new question ]

Is there a file in Windows XP that tells you which Printers and maybe which Map Network drives you have?

Is there a file in Windows XP that tells you which Printers and maybe which Map Network drives you have?

Is there a file in Windows XP that tells you which Printers and maybe which Map Network drives you have?

Asked by: Guest | Views: 278
Total answers/comments: 1
Guest [Entry]

"There is no preset file that I know of, but you can create a file with the list of mapped network drives with the following command:

net use >drives.txt

This will create a file called drives.txt with the information.

If you want this file to be automatically updated, you can create a scheduled task to do it for you.

Edit: For printers, try this:

cscript //Nologo %windir%\system32\prnmngr.vbs -l >printers.txt"