You are not logged in.
Pages: 1
hi! i know there's an option to add folders via context menu but it would be great if there could be one for selected files too - this does work with the send to option but that one extra menu adds up over time ?
Offline
Windows API offers several mechanisms for adding context menu options, which can be summarised as:
A) Simple and inefficient - via the registry.
B) Complex and powerful - via a COM-based shell extension library.
ReNamer currently uses method A, which unfortunately cannot handle a large selection of files/folders, that is why it is only offered for folders.
Implementing method B is the ultimate goal, it just hasn't been a priority due to significant complexities in the implementation.
Offline
Pages: 1