ich möchte eine Datei an ein Programm binden so wie in dem Beispiel Bild...

Code: Alles auswählen
[HKEY_CLASSES_ROOT\.7z\DefaultIcon]
@="c:\\Icon\\Neu\\rar.ico"
[HKEY_CLASSES_ROOT\.7z\Shell]
@="Öffnen mit WinRAR"
[HKEY_CLASSES_ROOT\.7z\Shell\open\command]
@="c:\\Programme\\Winrar\\rar.exe \"%1\""
Code: Alles auswählen
AssociateFile(ext$, ext_description$, programm$, icon$)