note=This example searches for a search-string in all .INI files in a given directory.
note=
note=Rather than just reporting the line that was found this search program is designed for .INI files and any lines found are reported along with the name of the .INI file and the section the line was found in.
note=
note=The directory is hard-wired in the program - if your windows directory isn't "c:\windows" you'll need to change the 'for each' line ...
note=
note=The search-string is passed as a command-line argument, to change it select 'Run/Command Line' from the menu.