(Menu  Tools -> Find In All Scripts)

This tool can be used to find a string in all scripts in a given directory.

Choosing a path

When the dialog is opened for the very fist time the path of the current script is automatically entered as the search-path. You can update the path by pressing the button use path of active script.

Results of a search

If the search-string is found in one of the scripts, an entry is added to the results-table displaying the following information:

Line The number of the line containing the search-string
Scriptname The name of the script
Text The command that contains the search-string
Position A double-click jumps you directly to this position
Fullpath The filename with complete path details

Search-options

Match case Search is case sensitive if activated
Match whole word Search-string must be a whole word, not part of another word.

Example:

Search-string: technical
technical
ly -> no match
Include subdirectories Subdirectories are also searched
Scripts (*.txt) Scripts are searched
VBS-files (*.vbs) Visual Basic Scripts are searched
Backups (*.bak) Backupfiles are searched