Make dos prompt in proper full screen in windows 98 and windows 2000
posted on: 13:05, November 30th , 2012I 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:
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 "