Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change default code page of DOS window

Status
Not open for further replies.

FishermansBlues

IS-IT--Management
Nov 14, 2002
4
GR
I am trying to write C programs in Borland C++ that output Greek characters to the screen.

I have discovered that I can sucessfully run the programs in cmd.exe if I issue the command:

Code:
mode con cp select=1253

This changes the console code page from my standard value of 737.

My question is, how can I make this value of 1253 a default so that it is no longer necessary to enter the command each time I open a DOS window?

I have tried changing autoexec.nt, but with no success, the mode command still reports a cp of 737 for the console.

Many thanks in anticipation
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top