RegistryConsole — set Windows registry values
RegistryConsole file.ini
This utility can be used to set Windows registry values.
The program reads key/value pairs from a file and writes them to the system registry. The contents of the external file must adhere to the following format:
[registryKeyNameA]
value1Value=value1Data
value2Value=value2Data
[registryKeyNameB]
value3Value=value3Data
value4Value=value4Data
The program will open the specified key and write out the data to that key. The registry keys should be relative to the HKEY_CURRENT_USER key.
The utility prints progress information and any error messages to the console output.
Upon successful completion, the program exits with an exit status of 0.
Any error condition will result in an exit status of -1.
Copyright © 2003 Adaptive Technology Resource Centre, University of
Toronto. All rights reserved.
Last modified: Mar 26, 2003. Anastasia Cheetham.