1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

can't start game

Discussion in 'Windows XP' started by lewislewis, 2008/04/10.

  1. 2008/04/10
    lewislewis

    lewislewis Well-Known Member Thread Starter

    Joined:
    2002/01/13
    Messages:
    303
    Likes Received:
    2
    Hi,
    I have XP and when I try to start some games I get the message
    "C:\windows\system32\autoexec.nt. The system file is not suitable for running MS.Dos and Microsoft Windows applications. Choose 'close' to terminate the application. "
    What is wrong? Can this be altered?
     
  2. 2008/04/10
    markp62

    markp62 Geek Member Alumni

    Joined:
    2002/05/01
    Messages:
    4,012
    Likes Received:
    16
    Yes, it can be altered, but to what? You need to know what this older program is looking for, as it isn't finding it and just crashing and sending an error message.
    Right click on the shortcut for the problem program, select Properties. Then click on the Program tab, and uncheck the box for "Close on exit ". This will keep the command prompt window (cmd.exe) from closing and possibly exposing a different error message than the one you are getting from windows.


    Here is the unaltered default file. The REM means the line is just a comment, or information for the one doing the editing, doesn't do a thing.

    @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.
    SET 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
     

  3. to hide this advert.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.