Kopieren Sie Spalte B in ein neues Textdokument (Texts.txt) auf Ihrem Desktop, Spalte E in ein anderes (Tags.txt) und führen Sie diesen AHK-Code aus:
FileAppend, #Hotstring b0 *`n`n, %A_Desktop%\My Hotstrings.ahk Loop, read, %A_Desktop%\Texts.txt { FileAppend, ::%A_LoopReadLine%:: - (, %A_Desktop%\My Hotstrings.ahk FileReadLine, OutputVar, %A_Desktop&\Tags.txt, %A_Index% FileAppend, %OutputVar%)`n, %A_Desktop%\My Hotstrings.ahk } ; Run, edit "%A_Desktop%\My Hotstrings.ahk"