Create a snapshot of all open files with the extension .DOC or .EXE on one server
[Settings_Begin]
FileType=NTreport
NTinfo.Name.All.Rows=Yes
NTinfo.Open.Files=Yes
NTreport.Delimiter=,
[Settings_End]
[Batch_Begin]
Clear.Window Main
Get.Data \\EDU12
Clear.Window Filter
Filter %COL1-% = *.doc* or %COL1-% = *.exe*
If Filter
Write.File c:\ntreport\OpenDocOrExeFiles EDU12 %date%.log ; Filter ; %time% %col1-%
Endif
[Batch_End]