| 
 | 
 
程序运行之怪现象 
有一WIN98启动盘,CONFIG.SYS内容如下: 
[COMMON] 
device=himem.sys /testmem:off 
files=30 
buffers=20 
dos=high,umb 
stacks=9,256 
devicehigh=ramdrive.sys  
lastdrive=z 
 
msdos.sys内容如下: 
;SYS 
[options] 
logo=0 
bootgui=0 
BootKeys=0 
 
autoexec.bat内容如下: 
@echo off 
SET DIRCMD=/O:N 
mouse.com 
abc.exe 
 
 
用它启动电脑,在其它主板的下正常,在945主板下出现运行至abc.exe时停止,即不会运行abc.exe这个程序并回到DOS下,在DOS下重新运行autoexec.bat后又可正常运行abc.exe。 
根据启动顺序:io.sys---msdos.sys---config.sys---command.com---autoexec.bat来看,应该是config.sys有问题还是其它的问题,请高手指点。 |   
 
 
 
 |