Share
 
 

Initialization File and Registry Functions Reference (AutoLISP/Express Tools)

Note: Express Tools are supported in AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on Mac OS and Web.

The following table provides a summary of the AutoLISP Express Tools initialization file and registry functions.

Initialization file and registry functions

Platforms

Windows

Mac OS

Web

Function

Description

AutoCAD AutoCAD LT AutoCAD AutoCAD LT AutoCAD

(acet-ini-get inifile [section [key [default]]])

Retrieves data from an INI file

-- -- -- --

(acet-ini-set inifile section [key [value]])

Writes data to an INI file

-- -- -- --

(acet-reg-del key [name])

Deletes a key or value from the Registry

-- -- -- --

(acet-reg-get key [name])

Returns a value from the Registry

-- -- -- --

(acet-reg-machine-prodkey)

Returns the AutoCAD Windows registry path in the HKLM (HKEY_LOCAL_MACHINE)

-- -- -- --

(acet-reg-prodkey)

(Obsolete) Returns the current product key from the Registry

-- -- -- --

(acet-reg-put key [name value])

Writes a Registry key or value

-- -- -- --

(acet-reg-user-prodkey)

Returns the AutoCAD Windows registry path

-- -- -- --

Was this information helpful?