Black Hole
May contain traces of nut
That's a work-around, not joined-up thinking.Unless, like me you, have a text editor which can cope with both forms, and save in either as requiredMakes no sense to use Linux line ends in Windows output.
Until the program defect is corrected that causes it, users could run a Unix-to-DOS utility on the file before opening it. The discussion HERE (click) offers a variety of options, I would probably code something in AWK*.
* AWK is designed for text processing. I can't remember the syntax off the top of my head, but an AWK program to do this would go something like:
Set input record delimiter = "LF"
Set output record delimiter = "CR LF"
Copy input records to output until end of file
The AWK call can then be wrapped in a .BAT to hide the details away, which (if suitably tweaked) can even be drag-and-drop (I have done this with another conversion I do regularly). So, in Explorer, with "output.log" and "unix2dos.bat" files in the folder, you would just drag output.log onto unix2dos.bat and bingo, output.log.txt would appear and be openable in normal Windows utilities.
Is it worth me doing this? Probably not, anyone wanting to use it would need not only the unix2dos.bat file and the .awk program but the gawk.exe AWK interpreter as well. A compiled unix2dos.exe would be much better (and is almost certainly out there somewhere).
Last edited:




), but by default it includes various bits of
like method names. So I messed with the formatter to remove them. I'll even go as far to point out some more of my lazyness here. I'd already used this formatter for my 2000T remote access program. It was tested and worked there - using Notepad++ to read the output. I never thought... !)
I suspect only a couple of recordings out of that lot are actually still encrypted.
. (Consider any questions rhetorical). Why so many? You are never going to watch all those again. It's only television. Have a good clear out. Why didn't you decrypt the files as you archived them? etc. etc.
I'll do some tests and once I'm happy I'll run it across my NAS to see what it finds and report back with the results. Thanks again for making these enhancements.