I don't have the resouce kit but simply downloaded and copied regini.exe into my winnt\system32 folder. I have created a very simmple input file to use with it but, when I try to run the file I am getting...
REGINI:CreateKey () relative to handle (0) failed - 161 REGINI: Failed to load from file 'test.ini' (161).
I've read the MS doc for regini and am 'fairly' certain that I am following the guidelines as shown in the examples. Any clues as to what I am doing wrong?
I've got a two line test file (test.ini)...
hey_local_machine\software
(indent)TestValue = Data
At the cmd line I'm typing ...
regini Test.ini
REGINI:CreateKey () relative to handle (0) failed - 161 REGINI: Failed to load from file 'test.ini' (161).
I've read the MS doc for regini and am 'fairly' certain that I am following the guidelines as shown in the examples. Any clues as to what I am doing wrong?
I've got a two line test file (test.ini)...
hey_local_machine\software
(indent)TestValue = Data
At the cmd line I'm typing ...
regini Test.ini