无忧启动论坛

标题: 如何自定义WBAT的默认选项? [打印本页]

作者: e98123    时间: 2010-8-21 07:47
标题: 如何自定义WBAT的默认选项?
:run
cls
call w.bat box (+white on red) @menu.bat:run_menu
if errorlevel 100 goto index
if "%?%"=="1" goto run_main
if "%?%"=="2" goto index
:run_menu " 运行GHOST " [x]
    [.  IDE 模式 ]   
    [.  SATA模式 ]
    [!  极限压缩 ]
    [!  完成重启 ]
      [ 确定(&O) ]
:run_main
if "%wrb%"=="1" set rdisk=
if "%wrb%"=="2" set rdisk=-noide
if "%wcb1%"=="1" set ccomp=-z9
if "%wcb1%"=="0" set ccomp=-z1
if "%wcb2%"=="1" set cboot=-rb
if "%wcb2%"=="0" set cboot=-fx
z:\ghost.exe -fro -crcignore -nousb -no1394 %rdisk% %ccomp% %cboot%
goto index

现在好像默认是选中了IDE 模式,我想把IDE模式和极限压缩这两个都给默认选中。
先谢过了!
作者: yjd    时间: 2010-8-21 10:28
囧。。基本忘光了这些东西。
好像是前面那个符号来定义吧。
   [!  极限压缩 ] 改   [.  极限压缩 ]
作者: e98123    时间: 2010-8-21 17:18
二楼的只是单选和多选
作者: yjd    时间: 2010-8-22 13:48
-_-!!。。。你的问题是要在
z:\ghost.exe -fro -crcignore -nousb -no1394 %rdisk% %ccomp% %cboot%  后面加上%wcb1%就对了。




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) Powered by Discuz! X3.3