MS Dos - 16 bit Program Install Problems... NOW it's: Protect Mode/DosX Problem...!

S

Starz_Kid

Hello Group and/or MVP,

I've been having the MS-DOS or 16 bit win problems when trying to install
certain programs. This began about several months ago. I looked at the
article # 324767 and others... and placed the autoexec.nt file in the
system32 folder. Contents is:
****************************************************************************
@echo off

REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.

REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe

REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir

REM Install DPMI support
lh %SystemRoot%\system32\dosx

REM The following line enables Sound Blaster 2.0 support on NTVDM.
REM The command for setting the BLASTER environment is as follows:
REM SET BLASTER=A220 I5 D1 P330
REM where:
REM A specifies the sound blaster's base I/O port
REM I specifies the interrupt request line
REM D specifies the 8-bit DMA channel
REM P specifies the MPU-401 base I/O port
REM T specifies the type of sound blaster card
REM 1 - Sound Blaster 1.5
REM 2 - Sound Blaster Pro I
REM 3 - Sound Blaster 2.0
REM 4 - Sound Blaster Pro II
REM 6 - SOund Blaster 16/AWE 32/32/64
REM
REM The default value is A220 I5 D1 T3 and P330. If any of the switches
is
REM left unspecified, the default value will be used. (NOTE, since all
the
REM ports are virtualized, the information provided here does not have to
REM match the real hardware setting.) NTVDM supports Sound Blaster 2.0
only.
REM The T switch must be set to 3, if specified.
REM BLASTER=A220 I5 D1 P330 T3

REM To disable the sound blaster 2.0 support on NTVDM, specify an invalid
REM SB base I/O port address. For example:
REM SET BLASTER=A0

****************************************************************************
****************

Contents of the autoexec.nt file are as described in the article 324767. I
tried to reinstall the program (Adobe Premier 6) and ended up with the
following error message:

"Win 16 subsystem was unable to enter protect mode. DosX.exe must be in
your autoexec.nt and present in your path."

So.... What do I do now...?????????? Add a path statement??? Where!! How!!
What!!!

Also.... and more important.... WHY WOULD THIS HAPPEN ALL OF A SUDDEN
(Yes, I'm shouting)...!!!

Starz_Kid...
 
S

Starz_Kid

Starz_Kid said:
Hello Group and/or MVP,

I've been having the MS-DOS or 16 bit win problems when trying to install
certain programs. This began about several months ago. I looked at the
article # 324767 and others... and placed the autoexec.nt file in the
system32 folder. Contents is:
****************************************************************************
@echo off

REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.

REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe

REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir

REM Install DPMI support
lh %SystemRoot%\system32\dosx

REM The following line enables Sound Blaster 2.0 support on NTVDM.
REM The command for setting the BLASTER environment is as follows:
REM SET BLASTER=A220 I5 D1 P330
REM where:
REM A specifies the sound blaster's base I/O port
REM I specifies the interrupt request line
REM D specifies the 8-bit DMA channel
REM P specifies the MPU-401 base I/O port
REM T specifies the type of sound blaster card
REM 1 - Sound Blaster 1.5
REM 2 - Sound Blaster Pro I
REM 3 - Sound Blaster 2.0
REM 4 - Sound Blaster Pro II
REM 6 - SOund Blaster 16/AWE 32/32/64
REM
REM The default value is A220 I5 D1 T3 and P330. If any of the switches
is
REM left unspecified, the default value will be used. (NOTE, since all
the
REM ports are virtualized, the information provided here does not have to
REM match the real hardware setting.) NTVDM supports Sound Blaster 2.0
only.
REM The T switch must be set to 3, if specified.
REM BLASTER=A220 I5 D1 P330 T3

REM To disable the sound blaster 2.0 support on NTVDM, specify an invalid
REM SB base I/O port address. For example:
REM SET BLASTER=A0

****************************************************************************
****************

Contents of the autoexec.nt file are as described in the article 324767. I
tried to reinstall the program (Adobe Premier 6) and ended up with the
following error message:

"Win 16 subsystem was unable to enter protect mode. DosX.exe must be in
your autoexec.nt and present in your path."

So.... What do I do now...?????????? Add a path statement??? Where!! How!!
What!!!

Also.... and more important.... WHY WOULD THIS HAPPEN ALL OF A SUDDEN
(Yes, I'm shouting)...!!!

Starz_Kid...
Hello (Again), Sorry... I should have mentioned: I have Win-XP-Pro with SP1
installed. Have NOT installed SP-2.

Thanks...!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top