VOGONS


First post, by Kahenraz

User metadata
Rank l33t
Rank
l33t

I wanted to use the FreeCom COMMAND.COM with tab completion instead of Microsoft's COMMAND.COM with DOSKEY but FreeCom has an irritating PC speaker beep to alert you when there are multiple or no completions available. This is very irritating and there is no option to disable it.

This build is just a straight recompile with the offending beep() and beep_low() lines commented out for both tab completion and when navigating the command history buffer.

Open Watcom v2 (2021-08-15)
NASM 2.15.05
FreeCom (2021-7-15)

Reply 1 of 4, by Caluser2000

User metadata
Rank l33t
Rank
l33t
Kahenraz wrote on 2021-08-16, 18:02:
I wanted to use the FreeCom COMMAND.COM with tab completion instead of Microsoft's COMMAND.COM with DOSKEY but FreeCom has an ir […]
Show full quote

I wanted to use the FreeCom COMMAND.COM with tab completion instead of Microsoft's COMMAND.COM with DOSKEY but FreeCom has an irritating PC speaker beep to alert you when there are multiple or no completions available. This is very irritating and there is no option to disable it.

This build is just a straight recompile with the offending beep() and beep_low() lines commented out for both tab completion and when navigating the command history buffer.

Open Watcom v2 (2021-08-15)
NASM 2.15.05
FreeCom (2021-7-15)

Sounds cool.

How much conventional memory is used compared to MickySofts command.com with doskey loaded?

There's a glitch in the matrix.
A founding member of the 286 appreciation society.
Apparently 32-bit is dead and nobody likes P4s.
Of course, as always, I'm open to correction...😉

Reply 2 of 4, by Kahenraz

User metadata
Rank l33t
Rank
l33t

It takes 2,336 byes of conventional memory when the rest is loaded into UMB.

Reply 3 of 4, by digger

User metadata
Rank Oldbie
Rank
Oldbie
Caluser2000 wrote on 2021-08-16, 21:18:

Sounds cool.

No, it doesn't sound at all. That's the whole point. 😁

Reply 4 of 4, by ajacocks

User metadata
Rank Member
Rank
Member

What would be very cool would be to make it optional to blink the screen, instead of beeping. Many X11 terminal programs have that as an option.

- Alex