Dear,

Each time it was necessary for us to select the proper kixtart editor.
For the extension KIX and SCR we have create some additional
registry entries.
So it is possible also to edit kixtart script with the same editor
and run them by using the right-menu list.

To complete it: we are also using a new icon.

The registry code is:

code:

REGEDIT4

[HKEY_CLASSES_ROOT\.KIX]
@="kix32 document"
[HKEY_CLASSES_ROOT\.SCR]
@="kix32 document"

; - special requirement: c:\kedit.ico
; editor of your choose f.e. notepad.exe


[HKEY_CLASSES_ROOT\kix32 document]
@="Kixtart"

[HKEY_CLASSES_ROOT\kix32 document\DefaultIcon]
@="c:\kedit.ico"

[HKEY_CLASSES_ROOT\kix32 document\shell]
@="Edit"

[HKEY_CLASSES_ROOT\kix32 document\shell\open]
@="Kix32 &run"

[HKEY_CLASSES_ROOT\kix32 document\shell\open\command]
@="kix32.exe %1"

[HKEY_CLASSES_ROOT\kix32 document\shell\print]
@="&Print"

[HKEY_CLASSES_ROOT\kix32 document\shell\print\command]
@="notepad.exe /p %1"

[HKEY_CLASSES_ROOT\kix32 document\shell\edit]
@="&Edit"

[HKEY_CLASSES_ROOT\kix32 document\shell\edit\command]
@="notepad.exe %1"


Possible actions of you are:


  • [HKEY_CLASSES_ROOT\kix32 document\DefaultIcon]
    @="c:\kedit.ico"

    it can be changed to another icon, or it can be removed (result: @="")
  • notepad.exe can be changed to another editor you like.
  • no specification of path by kix32.exe and notepad.exe require
    they are available by the serach through your path-list.
    kix32.exe will be available after installation it in the c:\windows
    or c:\winnt directory.
    automatic installation can taken place by kix362update, which you can found
    on the site http://home.wanadoo.nl/scripting .

At the same site you will find the above code (= kixedit.reg) and
the referenced icon kedit.ico.

Greetings.

[This message has been edited by MCA (edited 27 July 2000).]

_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA