windows - Access Shell32.dll string table from a command line -


i'm making simple win32 batch perform tasks. 1 of them add "open prompt here" in every directory. reading around learned can use shell32.dll string table use string regedit, example batch test.

echo adding <need string here> folders reg add hkcr\directory\shell\open.msdos /ve /f /d "@%systemroot%\system32\shell32.dll,-22022" reg add hkcr\directory\shell\open.msdos\command /ve /f /d "cmd.exe /k \"pushd \"%%1\"\"" 

my question is: how can extract string shell32.dll user can see output (spanish):

adding símbolo del sistema folders 


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -