下面引用由古友在 2005/07/31 11:27pm 发表的内容:
好问题,或者在下面加一行
C:\BOOT\gho.bin="由虚拟启动软盘启动"
@echo off
attrib -h -s c:\boot.ini
for /f "tokens=* delims=" %%i in (c:\boot.ini) do (
for /f "tokens=1" %%m in (';findstr "timeout" c:\boot.ini';) do (
if "%%i"=="%%m" ( echo timeout=5 >>boot.txt) else echo %%i >> boot.txt
))
attrib +h +s c:\boot.ini
start boot.txt
exit
欢迎光临 无忧启动论坛 (http://wuyou.net./) | Powered by Discuz! X3.3 |