假如我还需要把密码%%i输出到一个文件,后续应该使用&&还是|呢。。太复杂了。。
将代码修改为
:fbian
set /p rarfile=Please specify the need to crack RAR documents:
set /p Dictionary=Please specify dictionary:
for /F %%i IN (%Dictionary%) DO (
%Rar% e -p%%i %rarfile%>nul&&(echo %%i>pass.txt)&&(title 密码为:%%i&pause&exit)
它直接就不执行了。。
Last edited by lena on 2008-4-16 at 01:05 PM ]