Reply To: Does ATService.exe belong to this program?

Overview Forums Discussions Does ATService.exe belong to this program? Reply To: Does ATService.exe belong to this program?

#32072
ioncube
Guest

Use this to tail logs

Get-ChildItem “C:\ProgramData\Anytxt\log\ATOHelper_*.log” | Sort-Object LastWriteTime -Descending | Select-Object -First 1 | Get-Content -Wait