Quote:

Show us HOW you export the registry thing by KiXtart and we may modify it to export proper format




$Rows = ReadValue("HKEY_LOCAL_MACHINE\SOFTWARE\Telesnap\SwAdmin\User-List\302\Config-Group", "SnapwareIni")
IF Open( 3 , "c:\export.TXT" , 5 ) = 0
If @ERROR = 0
$Rows = WriteLine( 3 , "$Rows + Chr(13) + Chr(10) )
Endif