yes it's very easy led. All you have to do is point a user's logon script to be something generic like: company_name.bat
In the .bat file, run this:
Code:
kix32.exe filename.kix
...where kix32.exe is the name of the kix32 in the same directory as your batch file and the kix file (probably the NETLOGON direc. on one of your DCs).
In the kix file, it would be something as simple as:
Code:
? 'Welcome to Whatever domain'
? 'This company is 30 years old'
sleep 5
Comments to display to the screen are as easy as using a ? and then wrap your text string in quotes. you want the sleep command because if you don't, KiX will just flash up and then disappar because it will execute the script so fast. The sleep allows you wait 5 seconds for the user to read the message..
Edit: FYI if you're new to KiX, here is my first post:
http://www.kixtart.org/ubbthreads/showfl...true#Post134101
I'm linking it because NTDOC has a link to a great book I ordered which helped me get over a lot of the basics involving KiX. Just a thought.
Edited by thepip3r (2006-02-08 11:28 PM)