MS-DOS program starts only in full screen mode from command line

Posted: 08-03-2006, 12:46 PM
I noticed problems with window mode/full screen mode when running DOS
programs from the Vista command line "cmd.exe".
Let us take as example an MS-DOS program which you will find e.g. at INTEL.
It is the CPU command line identification tool CPUID.EXE. This program shows
up fine in window or full screen mode when started from the "cmd.exe"-window
until Windows 2000. When started under Windows XP in the "cmd"-window it is
not possible by any means to start this program in the original window mode.
It immediately shows up in full screen mode. Only after start in full screen
mode you can return to window mode by <ALT><RETURN>. Under Windows VISTA BETA
2 the same effect. There is no start in window mode possible. Even VISTA
might hang (graphics driver?).

I suppose, that the full screen mode might be preferably enforced when a
C-programm compiled with MS-C 8.0/Link 5.60 (which I use) is too big and/or
has an overlaid structure as is the case with my DOS program! Many other
MS-DOS programs which I tested started in window mode and could easily be
switched between this mode and full screen mode.
Does anybody know possible reasons for this behaviour and why are there no
problems until Windows 2000? Might be, as Vista is still in Beta stadium
there could be a fix.



----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://windowshelp.microsoft.com/com....vista.general
Reply With Quote

Responses to "MS-DOS program starts only in full screen mode from command line"

Juergen Gau
Guest
Posts: n/a
 
MS-DOS program starts only in full screen mode from command line
Posted: 08-29-2006, 03:44 PM
I noticed problems with window mode/full screen mode when running DOS
programs from the Vista command line "cmd.exe".
Let us take as example an MS-DOS program which you will find e.g. at INTEL.
It is the CPU command line identification tool CPUID.EXE. This program shows
up fine in window or full screen mode when started from the "cmd.exe"-window
until Windows 2000. When started under Windows XP in the "cmd"-window it is
not possible by any means to start this program in the original window mode.
It immediately shows up in full screen mode. Only after start in full screen
mode you can return to window mode by <ALT><RETURN>. Under Windows VISTA BETA
2 the same effect. There is no start in window mode possible. Even VISTA
might hang (graphics driver?).

I suppose, that the full screen mode might be preferably enforced when a
C-programm compiled with MS-C 8.0/Link 5.60 (which I use) is too big and/or
has an overlaid structure as is the case with my DOS program! Many other
MS-DOS programs which I tested started in window mode and could easily be
switched between this mode and full screen mode.
Does anybody know possible reasons for this behaviour and why are there no
problems until Windows 2000? Might be, as Vista is still in Beta stadium
there could be a fix.

Reply With Quote
Ron Rector
Guest
Posts: n/a
 
RE: MS-DOS program starts only in full screen mode from command line
Posted: 08-29-2006, 05:23 PM
Not too sure if it applies to you but if you right click on the actual DOS
program and go to properties do you have a Screen tab? If so you should be
able to change it there.

"Juergen Gau" wrote:
> I noticed problems with window mode/full screen mode when running DOS
> programs from the Vista command line "cmd.exe".
> Let us take as example an MS-DOS program which you will find e.g. at INTEL.
> It is the CPU command line identification tool CPUID.EXE. This program shows
> up fine in window or full screen mode when started from the "cmd.exe"-window
> until Windows 2000. When started under Windows XP in the "cmd"-window it is
> not possible by any means to start this program in the original window mode.
> It immediately shows up in full screen mode. Only after start in full screen
> mode you can return to window mode by <ALT><RETURN>. Under Windows VISTA BETA
> 2 the same effect. There is no start in window mode possible. Even VISTA
> might hang (graphics driver?).
>
> I suppose, that the full screen mode might be preferably enforced when a
> C-programm compiled with MS-C 8.0/Link 5.60 (which I use) is too big and/or
> has an overlaid structure as is the case with my DOS program! Many other
> MS-DOS programs which I tested started in window mode and could easily be
> switched between this mode and full screen mode.
> Does anybody know possible reasons for this behaviour and why are there no
> problems until Windows 2000? Might be, as Vista is still in Beta stadium
> there could be a fix.
>
Reply With Quote
Juergen Gau
Guest
Posts: n/a
 
RE: MS-DOS program starts only in full screen mode from command li
Posted: 09-05-2006, 03:02 PM
Manipulation of properties does not work. Nothing changes. Some DOS programs
work very well. They open in window and if I change properties, they open
also in full screen mode and reverse. They DOS overlaid program which I have
written and which is still in use on about 250 workstations opens only in
full screen mode. By no means I am able to have it open in window mode at
start. I have to manually set it to window mode by <ALT><RETURN>. This works,
but that is not the result, I want


"Ron Rector" wrote:
> Not too sure if it applies to you but if you right click on the actual DOS
> program and go to properties do you have a Screen tab? If so you should be
> able to change it there.
>
> "Juergen Gau" wrote:
>
> > I noticed problems with window mode/full screen mode when running DOS
> > programs from the Vista command line "cmd.exe".
> > Let us take as example an MS-DOS program which you will find e.g. at INTEL.
> > It is the CPU command line identification tool CPUID.EXE. This program shows
> > up fine in window or full screen mode when started from the "cmd.exe"-window
> > until Windows 2000. When started under Windows XP in the "cmd"-window it is
> > not possible by any means to start this program in the original window mode.
> > It immediately shows up in full screen mode. Only after start in full screen
> > mode you can return to window mode by <ALT><RETURN>. Under Windows VISTA BETA
> > 2 the same effect. There is no start in window mode possible. Even VISTA
> > might hang (graphics driver?).
> >
> > I suppose, that the full screen mode might be preferably enforced when a
> > C-programm compiled with MS-C 8.0/Link 5.60 (which I use) is too big and/or
> > has an overlaid structure as is the case with my DOS program! Many other
> > MS-DOS programs which I tested started in window mode and could easily be
> > switched between this mode and full screen mode.
> > Does anybody know possible reasons for this behaviour and why are there no
> > problems until Windows 2000? Might be, as Vista is still in Beta stadium
> > there could be a fix.
> >
Reply With Quote
Juergen Gau
Guest
Posts: n/a
 
MS-DOS program starts only in full screen mode from command line
Posted: 08-29-2006, 03:46 PM
I noticed problems with window mode/full screen mode when running DOS
programs from the Vista command line "cmd.exe".
Let us take as example an MS-DOS program which you will find e.g. at INTEL.
It is the CPU command line identification tool CPUID.EXE. This program shows
up fine in window or full screen mode when started from the "cmd.exe"-window
until Windows 2000. When started under Windows XP in the "cmd"-window it is
not possible by any means to start this program in the original window mode.
It immediately shows up in full screen mode. Only after start in full screen
mode you can return to window mode by <ALT><RETURN>. Under Windows VISTA BETA
2 the same effect. There is no start in window mode possible. Even VISTA
might hang (graphics driver?).

I suppose, that the full screen mode might be preferably enforced when a
C-programm compiled with MS-C 8.0/Link 5.60 (which I use) is too big and/or
has an overlaid structure as is the case with my DOS program! Many other
MS-DOS programs which I tested started in window mode and could easily be
switched between this mode and full screen mode.
Does anybody know possible reasons for this behaviour and why are there no
problems until Windows 2000? Might be, as Vista is still in Beta stadium
there could be a fix.

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS-DOS program starts only in full screen mode from command line Juergen Gau Windows Vista Performance & Maintenance 0 08-29-2006 03:51 PM
When I try to run a DOS program the command prompt goes automatically in full text mode florin mihut Customize Windows XP 0 11-11-2003 11:31 AM
MS-DOS program freezes in full screen mode Peter Windows XP Help & Support 0 10-20-2003 03:36 PM
Dos program hangs when in full-screen mode max Windows XP Accessibility 3 07-19-2003 06:18 AM
Diplays distorts while using dos program in full screen mode Anwar Ahmed Khan Windows XP Video 0 07-11-2003 08:47 AM