5. Add a sample
text to the status bar.
6. Exit AutoCAD.
7. Restart AutoCAD.
The text is gone. To make the text permanent you should use a
simple AutoLISP routine. This routine should be added to the
"acad2004.lsp" or "acad2004doc.lsp".
8. In command line
type Notepad and press Enter twice. The Notepad window appears.
9. Open
"acad2004.lsp". The file is located in Support folder. For
example if AutoCAD is installed on drive C: the path might be "C:\Program
Files\AutoCAD 2004\Support\".
10. Add the proper
text to the file [Figure 2].

Figure 2 - Click image to
enlarge
Notes:
- The "defun-q" function defines the S::STARTUP function. We
use "defun-q" instead of "defun" to be able to append
different definitions of S::STARTUP together.
- The "setvar" function is used to assign the text in quotes
to the MODEMACRO system variable.
- The (princ) statement is used for a clean exit.
11. Save the file.
12. Restart AutoCAD. The text will appear on status bar
[Figure 3].

Figure 3
Alireza Parsai is the founder of cadpanel.com. He is a
mechanical engineer with more than 12 years experience with
AutoCAD. Alireza is an Autodesk Authorized Author, the AutoCAD
consultant for Al Khawarizmi Institute, a contributing editor
for Augiworld magazine, a writer for CAD Digest, an instructor
for AUGI Training Program, and an elected speaker for Autodesk
University 2002. He has written 7 books in Farsi, 3 booklets in
English, and more than 30 articles for different magazines and
newsletters. You can reach him at
alireza.parsai@cadpanel.com or visit his website
www.cadpanel.com.