Climbing:
strings.com和lmod.com我都下载了!
我的系统:winXP SP2
CMD:
E:\>dir *.com
Volume in drive E has no label.
Volume Serial Number is 70AE-C2D5
Directory of E:\
2007-03-08 16:52 5,735 lmod.com
2007-03-08 16:47 11,737 strings.com
2 File(s) 17,472 bytes
0 Dir(s) 10,530,783,232 bytes free
test.bat
@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 ]