Log the title of the foreground window on all visible machines
Top  Previous  Next


[Settings_Begin]
FileType=NTreport
NTinfo.Name.All.Rows=Yes
NTreport.Delimiter=,
NTinfo.Windows=Yes
[Settings_End]

[Batch_Begin]
Clear.Window Main
Get.Data *ALL*
Filter %COL5% = [Foreground]
If Filter
Write.File c:\ntreport\%date%_foreground_win.txt ; Filter ;%time% %col3%
Endif
[Batch_End]