FDOS / freecom

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

REMember, maybe some bugs shouldn't be fixed #67

Open shidel opened 2 years ago

shidel commented 2 years ago

Hi,

While fixing some issues with the CRYNWR packages, I found another bug.

Basically, it has a [[X|4]] or similar in a REM statement. That was causing a "4]]" command not found. Docs say everything after the REM is ignored. But, the shell is obviously trying to pipe output. I haven idea how this wasn't a problem before with this package.

However out of curiosity, I checked MS-DOS6.22. It does the same thing.

So, although it is really a bug. It is consistent with MS-DOS.

So should it be fixed? IDK.