DOS工具箱更新啦!
最近重新修改了DOS工具箱的安装方法,就赶紧释放出来了
说明:
1、安装后会在C盘建立以下文件:
├─ GSLDR
│
└─boot
│ ├─ setup.cmd
└─gho1
├─ DM957.IMG
├─ DOSTOOLS.IMG
├─gdisk.img
├─ghost.img
├─HDDREG15.IMG
├─KV2006.IMG
├─MENU.LST
├─NU2002.IMG
├─ PM805.IMG
└─xly2007.img
其中 install.cmd为安装配置文件,运行安装程序后就自动运行 install.cmd
代码如下:
@echo off
color 0a
cls
C:
cd\
echo.
echo 正在设置中......
attrib -r -h -s c:\boot.ini
for /f "tokens=* delims=" %%i in (c:\boot.ini) do (for /f "tokens=*" %%m in (';findstr "timeout" c:\boot.ini';) do (if "%%i"=="%%m" ( echo timeout=3 >>boot_tmp) else echo %%i >>boot_tmp))
move /y boot_tmp boot.ini
echo C:\GSLDR="DOS工具箱" >>c:\boot.ini
attrib +r +h c:\boot.ini
exit
2、里面的工具都是DOS之家的超级DOS急救盘提取出来的。ghost也为11.0.1.1533版
3、修改启动等待时间为3秒。
» 转载本站文章请注明,转载自:kisa747's world »《DOS工具箱更新啦!》
