What we do in life echoes in eternity!
sys7em
Home About Me Diary

Make dos prompt in proper full screen in windows 98 and windows 2000

posted on: 13:05, November 30th , 2012

I had this problem in dos prompt in windows 2000. When you hit Alt+F for full screen the screen changes to huge black frame and in the center you have your small actual screen. Here's how to fix it:

just add to your batch file before executing your program:

mode con cols=80 lines=25


Example:

@echo off
cls
mode con cols=80 lines=25
c:
cd\games\dave
dave.exe

Comments:

Write a comment

*Name
E-mail:
*Security code:
*1+2 = (write in words ;)
*Message

All materials on this site are licensed under the following license: "Steal every piece of information you can get your hands on and run as fast as you can "