|
关于WBAT的文本位置问题,百思不得其解。
改用omnifs获取信息,发现一怪事,下面两界面,所用参数完全一样,为何显示位置不同?请指教。
恢复:
call w.bat text 15,13 (black on +cyan) @dpit2.ini
call w.bat box 5 @hl.txt:hf_c #%ok_b%
if errorlevel 100 goto cn
if "%?%"=="4" goto cn
if "%?%"=="3" ghost_m.bat
if "%?%"=="2" goto hf_2
if "%?%"=="1" goto hf_c
goto exit
备份
call w.bat text 15,13 (black on +cyan) @dpit2.ini
call w.bat box 5 @bl.txt:bf_1 #1
if errorlevel 100 goto cn
if "%?%"=="4" goto cn
if "%?%"=="3" ghost_m.bat
if "%?%"=="2" goto bf_2
if "%?%"=="1" goto run_gho5
goto exit
[ 本帖最后由 lianjiang 于 2007-12-15 09:06 PM 编辑 ] |
|