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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -