I have Power Basic 3.0c, and dosemu has revitalized my interest in DOS.
I have a few projects in mind to do, but the thought of coding the option parsing from scratch is enough to make me question whether they are too small to be worth pursuing.
I would like to be substantially compliant with the guidelines in http://www.opengroup.org/onlinepubs/.../utilconv.html and accept GNU-style --long-options. But I also want to allow for traditional DOS-speak like /o options and @filename.ext specifications.
It seems someone's already done it. The package is at http://www.sellsbrothers.com/tools/
Unfortunately, I don't have a C++ compiler for DOS, and documentation is sparse. Is it possible for someone here to prepare this for use with PB (if that is itself possible)?
------------------
I have a few projects in mind to do, but the thought of coding the option parsing from scratch is enough to make me question whether they are too small to be worth pursuing.
I would like to be substantially compliant with the guidelines in http://www.opengroup.org/onlinepubs/.../utilconv.html and accept GNU-style --long-options. But I also want to allow for traditional DOS-speak like /o options and @filename.ext specifications.
It seems someone's already done it. The package is at http://www.sellsbrothers.com/tools/
Unfortunately, I don't have a C++ compiler for DOS, and documentation is sparse. Is it possible for someone here to prepare this for use with PB (if that is itself possible)?
------------------
Comment