echo off cls color 0b Echo. Echo. Echo. set /p buaccount=x%BS% BU Login Accountname bu\ not needed: set /p bupassword=x%BS% BU Login Password: echo net use x: \\10.10.1.10\shares /user:bu\%buaccount% %bupassword% >%userprofile%\desktop\mapx.bat choice /C:YN /M "x%BS% Do you need MIP Mapped:(Y or N)": IF ERRORLEVEL ==2 GOTO end :mapmip echo net use w: "\\10.10.1.8\MIP Share" /user:bu\%buaccount% %bupassword% >>%userprofile%\desktop\mapx.bat :end cls Echo. Echo. Echo. Echo. "You should have a Mapx.bat file on your Desktop" Echo. Echo. pause end