Ghost,Very sharp - I just created a little stripped down version of your logon script so I could view (run) the results, with your permission:
code:
break on
$greeting = "Welcome to ACME Incorporated <br> Have a nice day"
$motd = "Don't be telling folks to have a nice day!"
$favconnect = "This is my favorite"
$favourites = "Y:\@userid\favorites"
$drive1 = "PERSONAL SHARE (M :)"
$connect1 = "OK"
$drive2 = "SECTION SHARE (N :)"
$connect2 = "OK"
$drive3 = "DISTRICT SHARE (O :)"
$connect3 = "OK"
$arguments = "$greeting;$drive1;$connect1;$drive2;$connect2;$drive3;$connect3;;;;;;;;;$favourites;$favConnect;$motd"
$style = "dialogWidth:400px;dialogHeight:490px;help:no;scroll:no"
shell '%comspec% /c kixwin "file://@curdir\test.htm" "$arguments" "$style"'
exit
Cudos aside, might suggest that the CLOSE button is a bit to far to the right ? Might look better centered with the close message right above (my 2 cents) ...
-Shawn
[ 18 October 2001: Message edited by: Shawn ]