08-08-2012, 09:52 AM
(This post was last modified: 08-08-2012, 09:59 AM by montcer9012.)
Mmm, your Windows does not recognize the "REG" command; that's innusual.
Try again whit this code but just look inside "test_result.txt" and told me the result.
To end the subject, try this:
1.Click on start -> type regedit
2.On the program that comes out use it like windows explorer. On the left side goto
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment
3.On the right side must appear sometime like the attached picture.
4.Right click on Javasoft key (On the left side) and then select export
5.Put some nome there, save the file and attach here.
Try again whit this code but just look inside "test_result.txt" and told me the result.
Code:
@echo off
set key=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment
reg /?>>test_result.txt
REGEDIT /E Java_result.reg "%key%">>test_result.txt
To end the subject, try this:
1.Click on start -> type regedit
2.On the program that comes out use it like windows explorer. On the left side goto
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment
3.On the right side must appear sometime like the attached picture.
4.Right click on Javasoft key (On the left side) and then select export
5.Put some nome there, save the file and attach here.