Skip to content

Commit fae0047

Browse files
authored
Initial release
1 parent 8c99f4f commit fae0047

6 files changed

Lines changed: 497 additions & 0 deletions

File tree

QuickRenameExt.reg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
REGEDIT4
2+
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\QuickRenameExt]
3+
@="{BE204BEB-E623-4446-99F1-73DD0FFA3A74}"
4+

QuickRenameExt.twinproj

12.5 MB
Binary file not shown.

RegisterShellExt.twin

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Private Module RegisterShellExt
2+
3+
[RunAfterBuild]
4+
Private Sub RunRegFile()
5+
ShellExecute 0, "open", App.Path & "\" & App.Title & ".reg", vbNullString, vbNullString, SW_SHOWNORMAL
6+
End Sub
7+
8+
End Module

Resources/BITMAP/201

2.3 KB
Binary file not shown.

Resources/ICON/101

181 KB
Binary file not shown.

0 commit comments

Comments
 (0)