1.

Solve : Dos open exe -- fonts incorrect?

Answer»

Just TESTING an old bank exe program
It can DISPLAY correctly in VDos but not Dos in Windows. HOWEVER, VDos / DosBox both cannot read/ write my HARD disk after running the exe.
checked codepage is both set in 437
Any ideas?

MANY Thanks!

Sorry for my bad english.Do you have written consent from the bank to use that? Even if old, licenses and regulations don't change.Quote from: DaveLembke on July 11, 2018, 10:22:49 PM

Do you have written consent from the bank to use that? Even if old, licenses and regulations don't change.
Yes.
It is sent from bank to its customer (our company) for autopay to use legally.
We are going to migrate Windows XP to Windows 7 for running this application.
Although I setup another Windows XP, the same result as capture screen is get.
All the fonts, codepage, screen resolution, Non-Unicode country setting is double checked.
Really no ideas.

The program is trying to use ANSI escape sequences.

Add the line

Code: [Select]Device=ansi.sys in C:\Windows\system32\config.nt If there is no config.nt file, create it. (Note, also try C:\Windows\Syswow64\config.nt)Quote from: BC_Programmer on July 12, 2018, 05:11:30 PM
The program is trying to use ANSI escape sequences.

Add the line

Code: [Select]Device=ansi.sys in C:\Windows\system32\config.nt If there is no config.nt file, create it. (Note, also try C:\Windows\Syswow64\config.nt)

It works!!!
Really really thanks for your help!


Discussion

No Comment Found