Scan one domain, search the desktop and start menu for programs with the substring "readme" in the title, write the result to a file
Top  Previous  Next


[Settings_Begin]
FileType=NTreport
NTinfo.Name.All.Rows=Yes
NTinfo.Start.Menu=Yes
NTinfo.Desktop=Yes
NTreport.Delimiter=,
[Settings_End]

[Batch_Begin]
Clear.Window Main
Get.Data D26
Clear.Window Filter
Filter %col4-%=*readme*
If Filter
Write.File c:\ntreport\StartDesktop_readme_SubstringMatch.txt ; Filter ; %col1-%
Endif
[Batch_End]