-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Example of adding a windows explorer context menu item
With stdReg.Create("HKEY_CLASSES_ROOT\Directory\shell")
With .addKey("MyApp")
.value = "Open with My&App"
With .addItem("icon")
.value = "C:\Program Files\MyApp\MyIcon.ico"
End With
With .addKey("command")
.value = """C:\Program Files\MyApp\MyApp.exe"" ""%1"""
End With
End With
End With
Metadata
Metadata
Assignees
Labels
No labels