Thankyou for replying.
here is the script
"
@echo off
Rem ******** Login Script for BCN Data Systems V1. ********************
Rem ******** Created by Robert Croucher DDI 699105 ********************
Welcome to the %userdomain%, you are logged on as %username%
rem *********** Rename the welcome.exe file to remove splash screen ***
cd winnt
ren welcome.exe welcome._ex
cdrem **********************************************************************
rem *********** set local time to match server ******************
net time \\148.80.159.60 /set /y
rem **********************************************************************
rem *********** Remove All old entries for mapped drives ***************
net use * /delete /y
rem **********************************************************************
rem *********** set network share for generl use "G DRIVE" *************
net use g: \\148.80.159.60\g
rem **********************************************************************
rem *********** set specific "home Directory" on "E DRIVE" *************
net use h: \\148.80.159.5\e\%username%
rem **********************************************************************
rem *********** Any Ancillary Programs to load during Login ************
rem **********************************************************************
rem *** Master copy for editing is located at "\\bcnukntfs1\c"
Rem *** once editing is complete re propogate the file by using the copy.bat program
"
Sorry about the mess..but you asked for it
as for removing it. Yes the problem does go away if you remove the scripts....but there is nothing in the script that says load welcome.exe so I am confused.