First post, by mmann32566
I'm trying to run a software program that is DOS based. I'm getting the following error message: "This program cannot be run in DOS mode." What am I doing wrong? Any suggestions would be greatly appreciated!
I'm trying to run a software program that is DOS based. I'm getting the following error message: "This program cannot be run in DOS mode." What am I doing wrong? Any suggestions would be greatly appreciated!
Not as DOS-based as you thought, because that message means the program is for Windows, or possibly OS/2. You can install Windows 3.x in DOSBox if the program is for 16-bit Windows, though.
It's most likely Win32 (Windows 95 etc, hence "DOS mode") . A Win16 program would say "This program requires Microsoft Windows" for its DOS stub.
Some Win32 executables will run in 16-bit Windows with Win32s, but usually only if the limitations were considered. Another possibiity is a DOS program packaged in a Windows installer or self-extractor; an unfortunately common situation.