G
Guest
Guest
Hello Community,
I have a dos program I am trying to run full-screen. It does not want to run in full-screen in Windows 7, if I LAlt Enter it actually states that this system does not support full-screen mode.
This is how the program appears to me:
There's a windows shortcut to a "P.BAT" file that under properties has the following tabs and values:
Shortcut Tab
Target Location: H:\
Target: H:\P.BAT
Start in: H:\
Shortcut Key: None
Run: Normal Window
Font Tab
Windows Preview Size: 10x20
Fonts: Raster Fonts
Layout Tab
Screen buffer size
Width: 80
Height: 300
Windows size
Width: 80
Height: 25
Then there's a "P.BAT" file that is in a mapped network drive called "(PIGS) H:" that contains the following:
echo off
cd \pigs
runlob pbselect.lob C=CONFIG.LOB
cd \
if exist c:\bat\menu.txt menu
I have used Dosbox in the past to run a different program that has an .exe that launches a dos program in fullscreen that is incompatible with Windows 7's cmd.exe .
How would I go about running this Dos program since there is no .exe ?
Would I do something like this?
Z:\>mount h h:\
Z:\>h:\
H:\>
Now what?
I have a dos program I am trying to run full-screen. It does not want to run in full-screen in Windows 7, if I LAlt Enter it actually states that this system does not support full-screen mode.
This is how the program appears to me:
There's a windows shortcut to a "P.BAT" file that under properties has the following tabs and values:
Shortcut Tab
Target Location: H:\
Target: H:\P.BAT
Start in: H:\
Shortcut Key: None
Run: Normal Window
Font Tab
Windows Preview Size: 10x20
Fonts: Raster Fonts
Layout Tab
Screen buffer size
Width: 80
Height: 300
Windows size
Width: 80
Height: 25
Then there's a "P.BAT" file that is in a mapped network drive called "(PIGS) H:" that contains the following:
echo off
cd \pigs
runlob pbselect.lob C=CONFIG.LOB
cd \
if exist c:\bat\menu.txt menu
I have used Dosbox in the past to run a different program that has an .exe that launches a dos program in fullscreen that is incompatible with Windows 7's cmd.exe .
How would I go about running this Dos program since there is no .exe ?
Would I do something like this?
Z:\>mount h h:\
Z:\>h:\
H:\>
Now what?