Le agregué la línea 40 para que se vea que contraseña está probando, solo sirve para contraseñas numéricas, por ejemplo 123
Código
@echo off title WinRar Password Retriever copy "C:\Program Files\WinRAR\Unrar.exe" SET PASS=0 SET TMP=TempFold :RAR cls echo. SET/P "NAME=File Name : " goto GPATH :ProblemDetected echo You can't leave this blank. goto RAR :GPATH goto NEXT :PERROR echo You can't leave this blank. goto RAR :NEXT goto PATH :PATH cls echo File couldn't be found. Make sure you include the (.RAR) extension at the end of the file's name. goto RAR :SP echo. echo Breaking Password... echo. :START title Processing... UNRAR E -INUL -P%PASS% "%PATH%\%NAME%" "%TMP%" GOTO START :FINISH Del "Unrar.exe" cls title 1 Password Found echo. echo. pause>NUL