Log details about all processes on the machine \\edu12 where the executable is located somewhere else than in "c:\winnt" or in "c:\program"
Top  Previous  Next


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

[Batch_Begin]
Clear.Window Main
Get.Data \\edu12
Filter %COL11% <> *c:\winnt* and %COL11% <> c:\program*
If Filter
Write.File c:\ntreport\%date%_ext_process.txt ; Filter ;%time% %col1-%
Endif
[Batch_End]