dos_acadname - dalefugier/DOSLib GitHub Wiki
Returns the product name of the running AutoCAD. Useful in determine whether or not you are running a vertical version of AutoCAD.
Syntax
(dos_acadname)
Returns
The AutoCAD product name.
nil on error.
Example
Command: (dos_acadname)
"AutoCAD 2010"