|
Originally Posted by Menneisyys
|
1. yes
2. yes
If you have some free time, read my blog - all these questions are thoroughly elaborated on in there.
|
Thx for replying. Now I'm stuck.
I install the files to a directory on my storage card in a directory called J9, so I altered your script to:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT]
[HKEY_CLASSES_ROOT\jadfile]
@="Application Descriptor"
"EditFlags"=dword:00010000
[HKEY_CLASSES_ROOT\jadfile\Shell]
@="(value not set)"
[HKEY_CLASSES_ROOT\jadfile\Shell\Open]
@="(value not set)"
[HKEY_CLASSES_ROOT\jadfile\Shell\Open\Command]
@="\"\\Storage Card\\J9\\bin\\emulator.exe\" \"-Xjam:install=file:%1\" -Xjam:showUI"
[HKEY_CLASSES_ROOT\.jad]
@="jadfile"
[HKEY_CLASSES_ROOT\jarfile]
"EditFlags"=dword:00010000
@="Java Archive"
[HKEY_CLASSES_ROOT\jarfile\Shell]
@="(value not set)"
[HKEY_CLASSES_ROOT\jarfile\Shell\Open]
@="(value not set)"
[HKEY_CLASSES_ROOT\jarfile\Shell\Open\Command]
@="\"\\Storage Card\\J9\\bin\\emulator.exe\" \"-Xjam:install=file:%1\" -Xjam:showUI"
[HKEY_CLASSES_ROOT\.jar]
@="jarfile"
I then import the file into my registry using the application you mentioned and it is imported sucessfully..however double clicking on JAD and JAR files does nothing. Any idea where I'm going wrong?