Documento
Documento
SET PASS=0
SET TMP=TempFold
MD %TMP%
:RAR
Cls
Echo.
Goto GPATH
:ProblemDetected
Pause
Goto RAR
:GPATH
Goto NEXT
:PERROR
Pause
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.
Pause
Goto RAR
:SP
Echo.
Echo.
:START
Title Processing…
SET /A PASS=%PASS%+1
GOTO START
:FINISH
RD %TMP% /Q /S
Del “Unrar.exe”
Cls
Title 1 Password Found
Echo.
Echo.
Pause>NUL
Exit