Try this instead:
$null=MessageBox("Welcome to the " + @LDOMAIN + " domain, " + @FULLNAME,
@LDOMAIN + " Login",64,5)
Broken down:
The $null= portion sends the result to a variable instead of outputting the
error value ("0" if the command is successful) to the screen
MESSAGEBOX= sends output to a Windows GUI box that it brings up.
Messagebox syntax can be looked up in help, but the basic syntax is:
MESSAGEBOX=("message text here","display box title here", popup box style
(as a numberic value),time to display box (in seconds).
If you don't specify an amount of time to display the box, the box remains
up until the user clicks on one of the options (OK, YES, CANCEL, etc,
depending on which style of box you specify).
For Win9x boxes the @LDOMAIN requires KiX RPC service to be running.
Dave Lum - [EMAIL PROTECTED]
Sr. Network Specialist - Textron Financial
503-675-5510
-----Original Message-----
From: Weatherly, Rob [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 03, 2002 06:08 AM
To: NT 2000 Discussions
Subject: RE: KiXtart
Here is an example of what I am trying to use for a message display
Color c+/n
Box (9,29,15,46,single)
Color r+/n
AT (10,30) "Welcome to the,"
AT (12,30) @domain
AT (12,39) " Domain"
AT (14,30) @fullname
Sleep 1
Small
Color b+/n
Box (0,0,24,79,GRID) ; 'background grid'
Color b/n
Box (8,21,18,61,�) ; 'shadow' of the box
Color g+/n
Box (7,20,17,60,FULL)
It there is a better way let me know I am new to KiXtart
--------------------------------
Rob Weatherly
--------------------------------
------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]