Message 1 of 1
read a Registry from server

Not applicable
08-14-2007
08:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
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