@ECHO OFF SET /p id=Enter Enter your FBRI user name: NET USE Z: /DELETE >nul 2>&1 NET USE L: /DELETE >nul 2>&1 NET USE P: /DELETE >nul 2>&1 NET USE U: /DELETE >nul 2>&1 net use Z: \\vtcri-fs.vtc.vt.edu\admin /user:vtcri\%id% /persistent:yes net use L: \\vtcri-fs.vtc.vt.edu\Labs /user:vtcri\%id% /persistent:yes net use P: \\vtcri-fs.vtc.vt.edu\Projects /user:vtcri\%id% /persistent:yes net use U: \\home.vtc.vt.edu\home\%id% /persistent:yes