- 帖子
- 6
- 积分
- 107
- 技术
- 0
- 捐助
- 0
- 注册时间
- 2009-7-7
|
3楼
发表于 2012-9-22 11:28
| 只看该作者
本帖最后由 fanzhuo 于 2012-9-22 11:30 编辑
变量是另一个批处理用awk写到一个txt文件的,这里只是调出来,变量没问题,问题就出在这个ghost语句这里
@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
下面4个wbat的按钮代码删了 |
|