Ok, not sure if this is the best or most common practice, but this is what I use.
In each users profile, they are forced to run netdrive.bat which includes:
@ECHO OFF
CLS
ECHO.
ECHO.
ECHO Please wait while I connect to the file server...
ECHO.
ECHO.
NET USE X: /delete /y
NET USE U: /delete /y
NET USE X: \\bcrsfs1\COMMONSHARE
NET USE U: \\bcrsfs1\CHIEFSHARE
ECHO.
ECHO.
ECHO Starting User Agreement and Message Of The Day
ECHO.
ECHO.
start iexplore
http://bcrsfs1:8080ECHO.
ECHO.
ECHO All Done! Have a wonderful day.