|
回复 #8 2010527104427 的帖子
看看新的批处理,更理想了。
桌面.7z
(2.26 KB, 下载次数: 250)
OSx.bat 与GHM.bat更显灵性了
-
- terminal console
- debug off
- timeout 10
- default 4
- gfxmenu (bd)/IMGS/MESSAGE
- (bd)/IMGS/UNIFONT (bd)/IMGS/U16HEI
- title 全自动网络克隆
- map --mem (bd)/IMGS/GHOST.IMA (fd0)
- map --hook
- dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=628 count=1 seek=183
- dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=65 count=1 seek=185
- chainloader (fd0)+1
- rootnoverify (fd0)
-
- title 手动网络克隆
- map --mem (bd)/IMGS/GHOST.IMA (fd0)
- map --hook
- dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=709 count=1 seek=183
- dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=65 count=1 seek=185
- chainloader (fd0)+1
- rootnoverify (fd0)
-
- title 用GHOST 备份/还原系统
- map --mem (bd)/IMGS/GHOST.IMA (fd0)
- map --hook
- dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=65 count=1 seek=185
- write --offset=1008 (fd0)/AUTOEXEC.BAT call GH.bat
- chainloader (fd0)+1
- rootnoverify (fd0)
- title 安装本地OS.GHO到硬盘
- map --mem (bd)/IMGS/GHOST.IMA (fd0)
- map --hook
- dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=65 count=1 seek=185
- write --offset=1008 (fd0)/AUTOEXEC.BAT call OSX.bat
- chainloader (fd0)+1
- rootnoverify (fd0)
- title 选择安装OS?.GHO到硬盘
- map --mem (bd)/IMGS/GHOST.IMA (fd0)
- map --hook
- dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=65 count=1 seek=185
- write --offset=1008 (fd0)/AUTOEXEC.BAT call GHM.bat
- chainloader (fd0)+1
- rootnoverify (fd0)
- title 手动运行GHOST V11.02
- map --mem (bd)/IMGS/GHOST.IMA (fd0)
- map --hook
- dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=65 count=1 seek=185
- write --offset=1008 (fd0)/AUTOEXEC.BAT call ctmouse \r call ifs.bat /l /s \r ghost
- chainloader (fd0)+1
- rootnoverify (fd0)
-
- title 返回主菜单
- configfile (md)4+
复制代码 8 |
|