I have a script that uses RAR.EXE to brute-force .RAR files to figure out the password. It works like this: call d:\ut\rar.exe x -p"%%i" -u -o+ -inul "%~1" if errorlevel==10 if not errorlevel==11 (echo.The password is "%%i" & goto _end) if errorlevel==0 if not errorlevel==1 (echo.The password is "%%i" & goto _end) I want to use 7Z.EXE instead, but there's no equivalent command for "-o+" that works correctly. I tried this: call d:\ut\7z.exe x -p"%%i" "%~1" -o"C:\Temp" -y >nul 2>nul Which worked, but...
Oh no... YOU ARE RIGHT... I guess my v3.x.x was "compiled with FEATURE_HTTPS_INSPECTION"... but I didn't do it. Where can I find the v4.0.0 that HAS that FEATURE_HTTPS_INSPECTION based in ???
ca-directory keyword error
I noticed that previous versions of Rescuezilla required the SAME VERSION to do a restore (this is why my boss voted against using it). Has this been resolved and will future versions do a restore of a backup from previous versions now???
ADD AUTOMATIC TORRENT SUPPORT