I'll take a look at your updates. As you are probably aware of from the frametool thread,
two borders can surround the framed text. The next version allows widening the vertical
part of the 1st border to 1 or 2 additional columns. A separate horizontal line can be added
at the top and/or bottom with assigned characters and colors. The grid of frames option
will no longer be subject to variable size limitations. If the colorshow parameters are likely
the exceed 8,000 in length, the parameters will be divided into 2 or 3 sets, as needed,
and colorshow will be called 2 or 3 times for the larger grids.
A unique 1st border will be added. When I realized that character #127 did not display correctly
in the font I chose (Consolas), except if it was preceded by another character, I decided to
use this solution for this char. in a border: 255 127 32 (for verticals) or 255 127*30 32 (for horiz)
Then, as long as I'm was doing that, I added the option of replacing char. #127 with any other
character for the unique border style. The border char. replacement parameter will be like
this: /b4e 127:178
In the current version you have the written batch file to display your frame, and not
be dependent on frametool.bat with all its processing to construct the frame.
Thanks again Antonio for informing me of the colorshow.exe updates.
As long as colorshow works the same way as the version I have, I will
be a happy camper
edit:
some trivia just discovered. colorshow /1b 127 65 66 67 displays a question mark in a box and ABC, but
colorshow /1b 127 65 66 67 255 displays ascii code #127 correctly, a square with a peak on top, and also
any ascii code in the range 128-255 included anywhere in the set of codes seems to "befriend" ascii #127
so that it shows correctly. If there is an ascii #32 in the set that includes #127, one of them could be replaced
by code #255, which displays a blank space.
colorshow /e4 "They are happy campers who know how to quickly assemble their" 255 127"." 13 10