Board logo

标题: 有人能帮忙吗?我需要autoexec.nt... [打印本页]

作者: fenian11     时间: 2005-10-5 21:51    标题: 有人能帮忙吗?我需要autoexec.nt...

-.-偶潜水多年......想必也玩了N多游戏了...
竟然遇上麻烦了-.-~
今天下午刚开始玩猫狗2~破解的不错

-.-玩了N小时后....

天地劫-神魔至尊传100%下好了
-.-Daemon载入...
竟然........
求各位帮忙.....
自动安装不能...跳出来个框

具体内容:
标题:16位WINDOWS子系统
内容:F:\windows\system32\autoexec.nt 系统文件不适用于运行MS-DOS与MICrosoft Windows应用程序...选择"关闭"终止应用程序.

两个按钮:关闭.....忽略

点了都没反应

去system32看看...没这个东东
能试的都试了.....
-.-
额......
求各位达人帮忙了......
附件 1: asdf.JPG (2005-10-5 21:51, 17.77 K, 下载附件所需积分 1点 ,下载次数: 1)



作者: chzhlh     时间: 2005-10-6 04:00
该文件从XP光盘的I386文件夹中提取就行了
作者: JonePeng     时间: 2005-10-6 12:26
运行CMD,放入XP安装盘,假设光驱盘符是G:,则运行以下命令:

expand g:\i386\autoexec.nt_ %SystemRoot%\system32\autoexec.nt
expand g:\i386\config.nt_ %SystemRoot%\system32\config.nt
作者: willsort     时间: 2005-10-6 15:40
Re fenian11:

      这是我的autoexec.nt,大部分都是注释行,起作用的只有5行。你可以试试。
@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