Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Charles Dye

  1. Charles Dye

    TCC takes exactly one minute to open (with a licence)

    I confess I don't understand the problem. But I do wonder whether the USB (portable) registration option might work around it.
  2. Charles Dye

    TT (TimeTrials ) command

    I don't know what all C#Run does, but I suspect you may be seeing the effects of disk caching there.
  3. Charles Dye

    the MD command does not give an error if I try to create an already existing directory.

    ... Or if you pass it the name of an existing file.
  4. Charles Dye

    AI response decoding?

    I like it — an explanation of mojibake, which unintentionally contains further examples of mojibake. Self-referential mojibake.
  5. Charles Dye

    SELECT highlight color white on white

    Note that in the screenshot above, both the selection highlight and the status bar are invisible. I'm pretty sure that SELECT uses SelectStatBarColors for the selection highlight if it's defined, and falls back on reversing the default colors when SelectStatBarColors is not defined.
  6. Charles Dye

    SELECT highlight color white on white

    I'm not clear on how these newfangled "default" foreground and background colors appear to the old-style, 16-color EGA-type calls. As duplicated nybbles, like 0x00 or 0x11? I can see how that would lead to problems in older, non-ConPTY-aware commands like SELECT.
  7. Charles Dye

    SELECT highlight color white on white

    SelectStatBarColors=bri whi on blue It goes in the 4NT section.
  8. Charles Dye

    Add SelectColors and SelectStatBarColors to the OPTION dialog

    Perhaps on the Windows tab. (These two were documented in the (excellent) printed manual, back in the day.)
  9. Charles Dye

    SELECT highlight color white on white

    The selection highlight in SELECT is the same as the status bar color: option //SelectStatBarColors=bri whi on blu select echo ( * )
  10. Charles Dye

    MAPEXE commands executed at the start of a BTM - is that expected behavior?

    That actually makes sense to me. ENDLOCAL restores any variables that were changed within the SETLOCAL/ENDLOCAL block, including (potentially) PATH.
  11. Charles Dye

    prompt $W/$w not working in TCC 36.52?

    It's been a very long time, but.... I think that distinction applied to MS-DOS 8.3 filenames. Not to the long filenames which we've been using since 1995. Or earlier, if you were using Windows NT.
  12. Charles Dye

    Documentation SETDOS /F is pushed/popped by SETLOCAL/ENDLOCAL

    Alternatively: Any change of resurrecting the wiki? Maybe making it invitation-only, at least to start?
  13. Charles Dye

    Dead keys don't work in Windows Terminal (German keyboard)

    The grave accent is the one you call the backquote.
  14. Charles Dye

    Documentation SETDOS /F is pushed/popped by SETLOCAL/ENDLOCAL

    Blue-skying here: If users could attach comments to pages in the web help, and make them publicly viewable, then... you might have even more documentation.
  15. Charles Dye

    36.52.81 does not work with Windows 10 in a Parallels VM on macOS Tahoe.

    Incompatible platforms are not compatible.
Back
Top