/just_SHOpenFolderAndSelectItems

SHOpenFolderAndSelectItems for explorer replacement program (like Directory Opus and xplorer2)

need better name than/to replace just_SHOpenFolderAndSelectItems, to describe the project


https://github.com/derceg/explorerplusplus/commit/67c3687f3012330d802d70028f36968788d80aff


add for registry (single).ah2 to registry then run test run SHOpenFolderAndSelectItems.ah2 with your directory paths

HKEY_CLASSES_ROOT\Folder\shell -> (default)
AnythingYouWant
HKEY_CLASSES_ROOT\Folder\shell\AnythingYouWant\command -> (default)
"C:\AutoHotkey_2.0-beta.3\AutoHotkey64.exe" "C:\for registry (single).ah2" "%1 "

note:
HKEY_CLASSES_ROOT\Drive\shell -> (default)
and
HKEY_CLASSES_ROOT\Directory\shell -> (default)
will take priority over:
HKEY_CLASSES_ROOT\Folder\shell -> (default)
if you have them set