@echo off echo Enter User Name: set /p UserName= echo Enter Password: set /p Password= net use z: \\10.10.113.5\users /user:tvlcoll\%UserName% %Password%