A basic dialogue box can be made with the lisp function "alert". Syntax is:
(alert "text message here in quotes")
You could have this run at startup using one of the many typical methods, such as placing it in you acad.lsp file, a routine placed in your startup suite, etc.