Here's another tip if you're using
scof, especially if logging a lot of output. To quickly remove all the extra blank lines that scof generates for whatever reason, you can do a single replace in Notepad++.
Ctrl+H to open the Replace dialog, then:
- Find what: \r\n
- Replace with: (blank)
- Match whole word only: unchecked
- Wrap around: checked
- Search Mode: Extended
Click "Replace All", and then save. If you append more output to the file later, you can do the same replace again to compress the new lines of output.