FDOS / freecom

FreeDOS Command Shell (command.com)
http://www.freedos.org/
GNU General Public License v2.0
158 stars 38 forks source link

Former Todo file #53

Open PerditionC opened 3 years ago

PerditionC commented 3 years ago

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

tkchia commented 3 years ago

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 commented 3 years ago

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.