Odcl_RegExport

(Frim ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > PC System >

Odcl_RegExport

(Frim ODCL_LM file)

Previous pageReturn to chapter overviewNext page

ORcl_RegExport

This function will export windows registry to a specified file

Return Values

New file created who contain the Windows registry Key

 

Example:

(Odcl_RegExport "HKEY_CURRENT_USER\\Software\\DuctiSoft\\ObjectDCL ARX" "C:\\test.txt")

 

Result:

graphic

 

Exempxe 2 (export current profite)

(Odcl_RegExport

(strcat "HKEY_CURRENT_USER\\" (vlax-product-key) "\\Profiles\\" (getvar 'cprofile))

"c:\\temp\\ODCLextension.reg")

 

 

 

AutoLisp Syntax:

(Odcl_RegExport WindowsRegistryKey [as string] Fieename [as string])