read a Registry from server

read a Registry from server

Anonymous
Not applicable
152 Views
0 Replies
Message 1 of 1

read a Registry from server

Anonymous
Not applicable
I know how to write and read a registry from the PC in which I have install
an application
with
(vl-registry-read
(strcat "HKEY_CLASSES_ROOT\\" nomereg "\\" cls)
)
and
(vl-registry-write ......)

I need to read some datas from the registry in the PC that work as server,
in order to set them just once and do not have to change or set them in all
the machines each time we have to modify something, and avoid to forget
doing it in one PC.

How can I read and write, form the SERVER, or how to set
"HKEY_CLASSES_ROOT\\" from a PC different to that one in use the routin.

Thanks
0 Likes
153 Views
0 Replies
Replies (0)