任老大,shadowman各位强者帮我啊
我在看斑主做的ghost.img里面gcdrom.bat中有一些不明白,
call w.bat box @GCDROM.BAT:sc_2
if errorlevel 100 goto _next
if "%?%" == "1" goto _no
if "%?%" == "2" goto _huan
goto sc2
:sc_2
※※※※※※※※※※※※※※※※※※※※※※※※※※
※ ※
※ [1. 恢复本张光盘上的*.gho文件 ] ※
※ ※
※ [2. 换盘,恢复其它光盘上的*.gho文件] ※
※ ※
※※※※※※※※※※※※※※※※※※※※※※※※※※
::
:sc2
call w.bat box @GCDROM.BAT:sc_2
if errorlevel 100 goto _next
if "%?%" == "1" goto _no
if "%?%" == "2" goto _huan
:sc_2
::
:sc2
这个不知道干什么的,这是什么用法啊
goto _end
REM 换盘自动弹出光驱,并在暂停状态
:_huan
REM 弹出光盘eject.com
EJECT.COM > nul
recur
call w.bat box @GCDROM.BAT:sc_3
goto sc3
:sc_3
//////~Aborted...~
光盘已经弹出,请更换光盘后,按【确定】光盘会自动进盒,并继续……
[ 确定(&O) ]
::
:sc3/////
这中间的是怎么用的
echo :m_dir " 选择需要恢复的GHO文件 " [x]>%temp%\tmp.txt
dir %cdrom%\*.gho /b /s >>%temp%\tmp.txt
call w.bat list @%temp%\tmp.txt:m_dir
if errorlevel 100 goto _cmd
if "%wbat%"=="" goto _ERROR
set gfile=%wbat%
上面这快也看不懂,
希望大家帮帮我啊