Sunday, June 22, 2008

Windows Drive Mapping

Batch file to allow password protected drive mappings in Windows XP.

MapDrive.bat

net use M: \\server_name\share_name your_user_password /user:your_user_name
rem pause

No comments: