Hi,
How to add a blank line in text file.
$FileLocation = “C:Dues” #Change to your location! $FileFilter = “user5632.txt” #Change to your filename filter $FileList = Get-ChildItem $FileLocation -Filter $FileFilter Clear-Host ForEach ($FSpec in $FileList) { $a = (get-content $FSpec.FullName) ….