coned : non-interactive command-line config.sys editor

This is a command line config file editor that I whipped up in an evening.
I'm releasing this into public domain in hopes that you might find it useful.
The C++ source is embarassingly bad, but it works (or it seems to).  If you
clean it up and make modifications, enhancements, I'd like to see them.  I
guess I could have used sed or awk to do this, but STL makes this soooo
much easier, it's almost fun.

This in combination with rexx scripts to add program objects is what I use to
quickly get my system running quickly.  I've had to re-install OS/2 several
times recently, and it ain't no fun.

Execute "coned" with no arguments for instructions.

Source is included.  Compiled with Watcom 10.5, STL is required, and you 
may need to tweak the include files.

Known problems:
 It doesn't edit every aspect of the config file.  BASEDEV lines in particular,
but I don't see a need for that.
 I've only tested the add function.  The get and del functions may or may not
work.
 Some inconsistancies in handling different lines.

No guarantees, warrantees, or liability assumed for use or misuse of this
software.
You have the source.. Read it.
You have backups... Don't you?

Eddy Kim
ehkim@ibm.net
