Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Former Todo file #53

Open
PerditionC opened this issue Jun 17, 2021 · 2 comments
Open

Former Todo file #53

PerditionC opened this issue Jun 17, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@PerditionC
Copy link
Contributor

From the former TODO file, the below may still need to be done:

  • PATH: check if environment functions report errors (in general check errors reported by all internal commands and document them)
  • change size of context (? dynamic, bigger, smaller, not sure goal of this)
  • Test if "command.com A:" accepts the A:\command.com (? not sure what this is testing)
  • IF: MS DOS 6 says: if a,a==a echo OK!!! (in general check syntax compatibility with MS/PC DOS COMMAND.COM and others such as 4DOS and DR DOS COMMAND.COM)
@PerditionC PerditionC added the help wanted Extra attention is needed label Jun 17, 2021
@tkchia
Copy link
Contributor

tkchia commented Jun 18, 2021

Hello @PerditionC,

  • Test if "command.com A:" accepts the A:\command.com (? not sure what this is testing)

Apparently MS-DOS 2+ allows a bare path argument which will tell command.com where it can reload its transient bits from (and also how to set COMSPEC). It seems that FreeCOM does also have such a feature.

Thank you!

@PerditionC
Copy link
Contributor Author

I have never used it, but yes FreeCom is documented as both supporting passing a path or path and filename which it will then use for comspec (where filename portion is needed if not named command.com) and any resources it needs to load. If the path is not available, then this argument is ignored. So I guess this todo item is to verify FreeCom works as documented. Thanks for directing me to the right area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants