I have code in the au3.properties file to use Findstr to find words in the current file and it works as I want it to. However, now I want to find words in all opened files, but I cannot figure how to get the list of buffers/openfiles onto the Findstr command line. Here is the code I'm using: findcmd=C:WindowsSystem32Findstr.exe # # Find All in Current Document # command.name.43=Find All in Current Document command.43.=$(findcmd) /N /I /C:"$(CurrentWord)" "$(FilePath)" nul command.subsyste