ataxy

Results 1 comments of ataxy

I've added a powershell script to the folder that automatically delete the file_logger.txt file $folder = Get-Location $filter = "file_logger.txt" $fsWatcher = New-Object System.IO.FileSystemWatcher -ArgumentList $folder, $filter $fsWatcher.EnableRaisingEvents = $true...