HLOAD has the ability to read INI files now, but it would be nice if flat files (without '=') were also handled natively.
<STRING> <SP> <STRING> {<STRING> ...} [<CR> or <LF> or <CRLF>]
This would be the exact format as if it were being fed to /hadd.
I never really understood why /hsave uses this format anway...
<STRING> <LF> <STRING> {<STRING> ...} <LF>
Since (currently) hashtable items cannot have a space in them, I don't understand why <LF> is used to divide item and data. It just makes the data difficult to handle. *shrug*
- Raccoon