开始几次还是可以的,但后来不知为什么不行了,也即boottime.txt中不再有新记录增加。
请教大家了。作者: JonePeng 时间: 2005-10-12 20:37 试试改为:
time /t >>d:\boottime.txt
date /t >>d:\boottime.txt作者: 220110 时间: 2005-10-13 22:18 一样还是不行,是不是autoexec.nt在加载过程中,有什么加载出错而跳过去?
我的autoexec.nt是这样:
@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作者: willsort 时间: 2005-10-13 22:35 Re 220110: