I got an email the other day asking if I still had this code around. Yes it is. Why is it useful. One reason is that you might want to take snapshots without the text "NOT FOR RESALE". Another is that you want to brag about having AutoCAD 2009 a few months earlier than the most or just play a prank.
Here is what it look like before running the command.
It says AutoCAD 2008 - NOT FOR RESALE.
After running the command JTB_SetTitleBarAutoCAD2009 based on the code found on my website it look like this and says AutoCAD 2009.
I modified JTB_TitleBar.lsp to this:
(defun c:JTB_SetTitleBarAutoCAD2009() (vl-load-com) (setq JTB_TitleBar "AutoCAD 2009") (vl-vbarun "C:/JTB World/JTB_TitleBar2005.dvb!JTB_TitleBar") (princ) )




