@echo off
set a=1234567
strings length %a% | lmod /L1 set L=[] > temp.bat
call temp.bat
del temp.bat
echo Length is %L%.
报错:
'gt' ?????????,?????????
???????
'temp.bat' is not recognized as an internal or external command,
operable program or batch file.
Could Not Find E:\temp.bat
Length is .
[ Last edited by xycoordinate on 2007-3-8 at 05:11 PM ]