|
| KiXtart Command Reference |
SAVEKEYactionSaves a registry key (including its subkeys and value entries) to a file. syntaxSAVEKEY ("subkey", "file name") parametersSubkey Identifies the subkey you want to save. File name Identifies the file in which to save the information. remarksWhen this function runs, the destination file is overwritten without warning. On Windows NT, running SAVEKEY requires Backup and Restore privileges. returns
example$ReturnCode = SaveKey("HKEY_CURRENT_USER\EZReg", "c:\temp\tst.reg") If $ReturnCode = 0 ? "Key saved...." Endif |