A copy of my script for suggestions
; SummaCare's Default Logon Script; 28-Oct-2001 by bg
;
break ON
:start
cls
color b+/n
box (2,9,4,75,grid)
SETTIME "\\ccmailams" ;SET THE TIME TO LOCAL SERVER
color g+/n
at (3,35) "SUMMACARE"
color w+/n
at (7,10) "Welcome to SummaCare's Network "+@FULLNAME
at (8,10) "Today is "+@day+", "+@Month+" "+@mdayno+", "+@year +" " +@time
color r+/n
at (10,10) "*****Unauthorized Use is Strictly Prohibited*****"
color g+/n
at (12,10) "Currently There are No Network Outages"
color b+/n
at (14,10) "Please Contact the HelpDesk at ext.62154 for Support"
Select
Case @Inwin = ("1") ;Windows NT
IF Ingroup ("FirstMerit Treasury") =1
USE U: "\\scfs01\Apps"
endif
If InGroup ("CDROMTOWER") =1
Use O: "\\SC_HP_CDROM\cd"
EndIf
Case @INWIN = ("2") ;windows 9x
If InGroup ("CDROMTOWER") =2
USE O: "\\SC_HP_CDROM\cd"
endif
If InGroup ("FirstMerit Treasury") =2
EndIf
endselect
sleep 5
exit