Tutorialfind-in-files




Prev | Up | Next | Back | Forward | Online Documentation Home Page

  Keys Menu
MS   Tools/Find in Files


A find-in-files command is composed as follows:

findstr /n string nul

and passed to the shell for execution. The output is sent to the buffer *compilation*. The messages can be subsequently processed by the next-error or this-error commands.

The shell under which the findstr command is executed is controlled by the resource named shellExec. This should be the full pathname of the shell along with any necessary flags. The default is cmd.exe. The shell is invoked with a command that sets its working directory to the current working directory of the buffer from which the command find-in-files was invoked.


Forward