|
| KiXtart Command Reference |
READTYPEactionreturns the ASCII representation of a registry entry data type (for example, REG_SZ). syntaxREADTYPE ("subkey", "entry") parametersSubkey Identifies the subkey containing the entry. Entry Identifies the entry whose data type you want to discover. returns
The following data types can be returned:
example$RowsType = ReadType("HKEY_CURRENT_USER\Console\Configuration", "WindowRows") If @ERROR = 0 ? "Type of WindowRows: $RowsType" Endif |