|  | 
 
| 该软件有新版本:http://bbs.wuyou.net/forum.php?mod=viewthread&tid=198900 菜鸟制作……难免错漏……高手请勿发笑……有BUG请及时报告
 
 【截图】
 
   
 
   
 
   
 
   
 
   
 【更新历史】
 *V0.5 2011-9-9 暨中秋特别版:
 增加LFORMAT、KVFIX、EXTRACT,命令集又重新排版,修正一BUG
 *V0.4 2011-9-4
 增加New Hex Editor、gdisk、vc、UNRAR、RAR、PKZIP,修正一BUG,将命令集彻底重新排版,修正FDISK的运行错误(FDISK的运行错误最早指出来的人是2010hb_711,4楼的帖子,在此致谢!)
 该版下载地址:http://bbs.wuyou.net/forum.php?mod=viewthread&tid=198685
 *V0.3:2011-9-3
 增加HPA、Leos、UHPA工具,增加光盘版,扔掉smartdrv,换用qcache!(qcache感谢willsion同学的贡献:http://bbs.wuyou.net/forum.php?mod=viewthread&tid=118994&extra=page%3D1),采纳4楼意见,将qcache作为一选项(放在命令集里)
 该版下载地址:http://bbs.wuyou.net/forum.php?mod=viewthread&tid=198671&highlight=
 *V0.2 2011-7-16
 修正大量缺陷、错误、命令集设置滚屏强烈推荐下载了V0.1版本的用户更新到此版!
 该版下载地址:http://bbs.wuyou.net/forum.php?mod=viewthread&tid=196998
 *V0.1  2011-7-12
 发布第一个版本
 
 【MD5】
 原始软盘镜像:BB9AFA110CE66D24FA6BB75EA9298D97
 GZIP压缩版:FD1AF61392C48BCB306B565E391B3C74
 光盘版:E2A31B89B2AD80A50A57C98B8205C96B
 
 【下载地址】
 光盘版:http://115.com/file/dn0fcq2k
 GZIP压缩版:http://115.com/file/aqyd3fgz
 原始软盘镜像:http://115.com/file/aqyd3s1d
 zhaohj提供的FTP空间上:在2011czmxbb52文件夹下有这三个版本
 
 【说明】
 1.由于功能强大,所以切勿滥用,否则会造成无法挽回的后果!2.启动用GRUB4DOS引导即可(记住,用map而不是memdisk,用chainloader (fd0)/io.sys而不是chainloader (fd0)+1)
 
 【技术参数】
 1、Autoexec.bat代码:
 2、Config.sys代码:复制代码@echo off
goto pre-treatment
:pre-treatment
A:
A:\SYS\xmsdsk.exe 40960 X: /y
set ramdrive=X:\
pkunzip -d A:\tools.zip X:\
md X:\temp
set temp=X:\temp
set tmp=X:\temp
set #3=;X:\ptdd;X:\tw;X:\vc
set #2=X:\memscan;X:\mhdd;X:\pq;X:\pqdi
set #1=;X:\chkdsk;X:\dm;X:\doslfn;X:\HPA;
set PATH=A:\;A:\sys;X:\;X:\pic;X:\adds%#1%%#2%%#3%
md tw
if %devmode%==1 goto IDECD
if %devmode%==2 goto SATACD
if %devmode%==5 goto IDECD
if %devmode%==6 goto SATACD
if %devmode%==4 goto USBCD
:after-treatment
call tw.bat
rem echo 天汇中文载入成功!右Shift显示或隐藏状态栏,使用%ramdriver%tw /q退出,%ramdriver%tw /s加载输入法!
X:
lh doskey
lh ctmouse
lh ansi
call help.bat
goto end
:IDECD
lh X:\shsucdx /D:IDECD1
findcdx /s
echo IDE-CD(DVD)ROM's driver load OK!
goto after-treatment
:SATACD
lh X:\shsucdx /D:SATACD1
findcdx /s
echo STAT-CD(DVD)ROM's driver load OK!
goto after-treatment
:USBCD
lh SHSUCDx /D:USBCD2
lh SHSUCDx /D:USBCD1
echo The USB CDROM loads in completion.
findcdx /s
goto after-treatment
:end
该软件有新版本:http://bbs.wuyou.net/forum.php?mod=viewthread&tid=198900复制代码[menu]
menuitem=1, Boot DOS (has tools box,support IDE-CDROM, support USB and use UMBPCI.SYS)
menuitem=2, Boot DOS (has tools box and support SATA-CDROM, support USB and use UMBPCI.SYS)
menuitem=3, Boot DOS (has tools box,use UMBPCI.SYS,but not support CDROM, support USB!)
menuitem=4, Boot DOS (has tools box,support USB-CDROM and use UMBPCI.SYS)
menuitem=5, Boot DOS (has tools box,support IDE-CDROM and use UMBPCI.SYS)
menuitem=6, Boot DOS (has tools box and support SATA-CDROM and use UMBPCI.SYS)
menuitem=7, Boot DOS (has tools box,use UMBPCI.SYS,but not support CDROM!)
MENUDEFAULT=5,30
MENUCOLOR=7,0
[1]
device=SYS\himem.sys /testmem:off
device=SYS\UMBPCI.SYS
dos=high,umb
devicehigh=sys\VIDE-CDD.sys /d:IDECD1
devicehigh=sys\USBASPI.SYS
set devmode=1
[2]
device=SYS\himem.sys /testmem:off
device=SYS\UMBPCI.SYS
dos=high,umb
devicehigh=sys\gcdrom.sys /d:SATACD1
devicehigh=sys\USBASPI.SYS
set devmode=2
[3]
device=SYS\UMBPCI.SYS
devicehigh=SYS\himem.sys /testmem:off
dos=high,umb
devicehigh=sys\USBASPI.SYS
set devmode=0
[4]
device=SYS\himem.sys /testmem:off
device=SYS\UMBPCI.SYS
devicehigh=SYS\himem.sys /testmem:off
dos=high,umb
devicehigh=sys\USBASPI.SYS
devicehigh=USBCD.SYS /D:USBCD1
devicehigh=USBCD.SYS /D:USBCD2
set devmode=4
[5]
device=SYS\himem.sys /testmem:off
device=SYS\UMBPCI.SYS
dos=high,umb
devicehigh=sys\VIDE-CDD.sys /d:IDECD1
set devmode=5
[6]
device=SYS\himem.sys /testmem:off
device=SYS\UMBPCI.SYS
dos=high,umb
devicehigh=sys\gcdrom.sys /d:SATACD1
set devmode=6
[7]
device=SYS\himem.sys /testmem:off
device=SYS\UMBPCI.SYS
dos=high,umb
set devmode=0
[common]
files=80
stackshigh=9,256
lastdrive=z
numlock=off
 [ 本帖最后由 2011czmxbb52 于 2011-9-11 17:16 编辑 ]
 | 
 |