First post, by Sleaka_J
- Rank
- Newbie
I'm tearing my hair out with this one.
I'm using 4DOS on a SvarDOS installation and when typing DIR the file sizes shown do not have comma separators like the regular COMMAND.COM shell does. And it just seems to be ONLY the individual file sizes that don't show it, the total bytes used and free space at the end uses the comma separators.
As an example, here's what it will show:
<Directories>
AUTOEXEC.BAT 563 <date and time>
COMMAND.COM 25673 <date and time>
CONFIG.SYS 494 <date and time>
KERNEL.SYS 58923 <date and time>
ETC
Here's what I want it to show:
<Directories>
AUTOEXEC.BAT 563 <date and time>
COMMAND.COM 25,673 <date and time>
CONFIG.SYS 494 <date and time>
KERNEL.SYS 58,923 <date and time>
I know it's only a minor change, but isn't customising the look of this kinda thing what we like?
Is it even possible to get 4DOS to show the commas?