|
菜鸟大大,代码
@echo off
ECHO [36m
:g0
call dp0.bat %gho%
if %gho_%*==* goto error2
:g2
cls
if exist list2.txt del list2.txt
echo :ghost " 确认修复参数 "[x] >list2.txt
echo ===========================================>>list2.txt
echo 系统镜像:[$gho_,50,U! ] >>list2.txt
echo ===========================================>>list2.txt
call w.bat box @list2.txt:ghost #4
if errorlevel 100 goto error3
if "%?%"=="4" goto zh
if "%?%"=="3" goto 3
if "%?%"=="2" goto 2
if "%?%"=="1" goto 1
goto end
:zh
ghost.exe -forceusb -clone,mode=load,src=3:1\\%GHO_%,dst=2 -fx -quiet -sure
goto down |
|