Link to home
Start Free TrialLog in
Avatar of Infinity Solutions
Infinity SolutionsFlag for United States of America

asked on

How to keep DOS Window as full screen

We are running a DOS Application and need to get the DOS Window to stay at a full screen.  When hitting ALT + Enter it will open to the full screen but goes back to the default size after 3 minutes.  We do not know how to keep it full screen.
Avatar of pweegar
pweegar

Which version of Windows are you using???  Under XP Pro, do the following (Shopuld be about the same for any ver. of Windows, but I'm not entirely sure).

1) Find your command prompt under start->programs (usually under accessories). Right click on command prompt, then click properties.

2) Under the options tab, click on Full Screen, in the Display Options. You can also set the font type/size, etc.  

3) Hit ok and now the DOS window should open in full window mode and stay there.
ASKER CERTIFIED SOLUTION
Avatar of wileya
wileya
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
A couple of my video cards have a similar problem w/ full screen in DOS mode.
The pif files (shortcuts) to .exe 's can be finicky, depending on user config the window size settings may not be remembered properly.
This has always worked for me:

Open notepad.
Enter the following: (replace this with path to your dos program, and switches (if any))

@echo off
C:\dosprogramsfolder\dosprogram.exe /any_switches /your_program_requires

choose save as c:\dosprogramsfolder\whatever.bat
right click on desktop
choose new->shortcut
enter c:\dosprogramsfolder\whatever.bat
hit next
Enter any name for the shortcut.
Right click on the new shortcut on your desktop.  Choose the layout tab.  Adjust the size of the window here to fill the whole screen. hit apply.

make a batch file of ur dos application like
open noepad or any editor

place ur application execute file path and file name like

                                       notepad
=======================================================
@echo off
c:
cd\dos\application folder name
dosapplication.exe  



========================================================

save the file as .bat extenstion .. like name should b *****.bat

now create the shortcut of that batch file into ur desktop or where ever u want ..

right click on the shortcut and press properties then press option then press full screen

and press okey

Also..
Right click --->properties---> Choose 'Misc' Tab and set Idle Sensitivity to Low.
johnpatbullock, The problem you have appears to be a dos font issue.
Add to the screen fonts and run the app that you want to run in a DOS Window. Here are the instructions
on how to set it up.
First this is the link that you are going to have the fonts from:-
http://www.uwe-sieber.de/dosfon_e.html
Note: you should be loged in as Administrator.

Install the appropriate bitmap font after downloading it. the font that you'll install called NewDOS, This font gives you the following sizes:
13 pt 8 x 17
17 pt 10 x 22
21 pt 12 x 28
22 pt 12 x 29
24 pt 14 x 32
24 pt 14 x 33

Go to Control Panel\Fonts\Add
A new window will popup with the caption Add Fonts, Select the path to the font file (NewDOS)
You should see a name under List of Fonts: New Dos Fullscreen
Select this one and click OK
You now have more sizes available for the users in DOS sessions.
Click on the upper left corner to expose Properties then select it
You should see four tabs:
General Settings, Font Selection, Screen Size & Position and Screen Colors

Select Font Selection
Choose Raster Fonts and you should see a listing of sizes ranging from
4 x 6 to 14 x 33

Highlight the 8 x 17 size if you are using a monitor with the screen resolution
of 640 x 480 or...
Highlight the 10 x 22 size if you are using a monitor with the screen resolution
of 800 x 600
Im not sure which size to choose for higher resolutions but I know one of
the sizes should work

Next go to the General settings tab and select Display options as Full screen.

Good luck
Hi johnpatbullock :-),
Since we haven't heard from you for a couple of days could you please give us an update on the status of this question?
See:  https://www.experts-exchange.com/help.jsp#hi51 Thank you, turn123's friendly update request script.
Offtopic comments about this script to https://www.experts-exchange.com/questions/21188389/Unanswered-question-list-and-ping-feedback-and-bugs.html please :-).
I suggest a point split, Turn