PeterSwinkels
04-09-2003, 09:18 AM
It seems Windows 2000 works with 50 lines for text in text mode. Whenever I start the command prompt or some other text mode program the letters are a bit small and the rows of text are close together. When working from the command prompt I can solve this by typing "mode con lines=25" but I don't like having to do this each time and is not possible with several text mode programs unless I start them from the command prompt.
Now as I understand you can use two files (autoexec.nt and config.nt) which are processed to configure the DOS environtment each time you run a DOS program.
So to solve the problem described above I added
the following line to the autoexec.nt:
"%SystemRoot%\system32\mode.com con lines=25"
This however didn't work, when I turned the echo on, I saw that this line caused "Bad Command or file name" error. Judging by the echo of the command that caused the error, the command was interpreted properly. This command also causes no trouble when executed from the command prompt.
What I would like to know is how to get text mode (or is that console based programs???) programs to work with 25 instead of 50 rows for text by default?
Now as I understand you can use two files (autoexec.nt and config.nt) which are processed to configure the DOS environtment each time you run a DOS program.
So to solve the problem described above I added
the following line to the autoexec.nt:
"%SystemRoot%\system32\mode.com con lines=25"
This however didn't work, when I turned the echo on, I saw that this line caused "Bad Command or file name" error. Judging by the echo of the command that caused the error, the command was interpreted properly. This command also causes no trouble when executed from the command prompt.
What I would like to know is how to get text mode (or is that console based programs???) programs to work with 25 instead of 50 rows for text by default?