VOGONS

Common searches


First post, by sillynerd

User metadata
Rank Newbie
Rank
Newbie

So, I recently created a new 128GB CF drive for my DOS/WFW3.11 machine. I went with DOS 7.1 (CDU) for this project so I wasn't limited to the old 2GB drive size. It works great for how I use it. However, I did notice one minor problem that drives me completely insane. ASCII characters seem to be wrong somehow. The best example I can give is opening the dos edit command the interface looks weird. Instead of the normal solid lines around the text area they are are all dashed now. And the scroll bar is using the ASCII character box with the diamond in it, instead of the nice plain box you normally get. It's not a big deal, but I hate it enough that I really want to try and fix it. Anyone ever seen this?

Reply 1 of 5, by VileR

User metadata
Rank l33t
Rank
l33t

Probably some combination of COUNTRY.SYS, MODE, CHCP is setting a different code page. Try looking for these in your config.sys / autoexec.bat and getting rid of them, or if you're unsure post the contents of those files here.

[ WEB ] - [ BLOG ] - [ TUBE ] - [ CODE ]

Reply 2 of 5, by Gmlb256

User metadata
Rank l33t
Rank
l33t

I'm quite familiar with that "version" of EDIT.COM which for some reason the ASCII characters used to represent the lines and scroll bars are altered, the legitimate one that comes from a Windows 9x installation shows them properly.

Changing the code page won't fix that, the solution would be replacing the file.

VIA C3 Nehemiah 1.2A @ 1.46 GHz | ASUS P2-99 | 256 MB PC133 SDRAM | GeForce3 Ti 200 64 MB | Voodoo2 12 MB | SBLive! | AWE64 | SBPro2 | GUS

Reply 3 of 5, by Jo22

User metadata
Rank l33t++
Rank
l33t++

Hm. Maybe it's the Chinese version or something ?
I remember that DOS/V (the Japanese MS-DOS 6.20) also has programs included that have two modes, English and localized.
Maybe the EDIT in CDU is similar and uses different characters for some reason.

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 5 of 5, by Azarien

User metadata
Rank Oldbie
Rank
Oldbie

edit.com from DOS 6.22 is significantly different from edit.com included with Windows 95 and 98. Essentially, the 6.22 one runs qbasic in a special editor-only mode. It also doesn't support long file names, even with DOSLFN and such.

On the other hand, an unmodified edit.com from Windows 9x is a standalone editor (does not depend on qbasic), looks a bit different and supports LFNs if paired with doslfn (or run under Windows).

I don't have both at hand to compare, but perhaps what you saw was a combination of factors, like
- different standard versions of edit
- modified non-standard version of edit.com
- codepage stuff in your autoexec.bat/config.sys (which you may need or not)