Hi everyone,
Is there somethingjava or else can do to export registery keys
programmatically?

Signature
Thanks for your attention.
Jean Pierre Daviau
--
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
Processor Radeon7000 0x5159 agp
Real Gagnon - 18 Jul 2007 22:17 GMT
> Is there somethingjava or else can do to export registery keys
> programmatically?
Check the Windows REG.EXE utility.
ex.
reg export "HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths
\IExplore.exe" test.reg

Signature
Real Gagnon from Quebec, Canada
* Java, Javascript, VBScript and PowerBuilder code snippets
* http://www.rgagnon.com/howto.html
* http://www.rgagnon.com/bigindex.html
Roedy Green - 19 Jul 2007 01:59 GMT
On Wed, 18 Jul 2007 15:00:21 -0400, "Jean Pierre Daviau"
<Once@WasEno.ugh> wrote, quoted or indirectly quoted someone who said
>Is there somethingjava or else can do to export registery keys
>programmatically?
see http://mindprod.com/jgloss/registry.html
The crude way is to exec regedit.exe.
see http://mindprod.com/jgloss/exec.html
The fast way is to use JNI.
See http://mindprod.com/jgloss/jni.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com