|
: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模式和极限压缩这两个都给默认选中。
先谢过了! |
|