@echo off
Mode con:cols=80 lines=25
: Index
Color 27
Cls
Echo╭──────────────╮
Echo││
Echo╭─────────┤bat Decryption Tool ├─────────╮
Echo││││
Echo│╰──────────────╯│
Echo││
Echo││
Echo│ This tool is used to decrypt encrypted batches of garbled text encoding types! │
Echo││
Echo│ fill in the following batch to be decrypted and press ENTER. │
Echo││
Echo│ recommends that the batch file to be decrypted be dragged directly to this window for release. │
Echo││
Echo│ decryption succeeds in this program directory to generate "New_ to decrypt file name." File suffix name "│
Files in echo│ format. │
Echo││
Echo│ Note: If there is a file in this directory that says "New_ to decrypt filename. file suffix name", │
Echo│ will be replaced. │
Echo││
Echo││
Echo╰────────────────────────────────╯
Echo.
Set route=%cd%
Set ravel=
set/p ravel= Please enter the batch to decrypt:
Set "Ravel=%ravel:" =% "
if/i "%ravel:~-4%" = ". Bat" if exist "%ravel%" Goto Go
if/i "%ravel:~-4%" = ". Cmd" if exist "%ravel%" Goto Go
Cls
Echo╭──────────╮
Echo╭─────────┤ File Error ├────────╮
Echo│╰──────────╯│
Echo││
echo│ Specifies that the file does not exist or that the file is not a batch type! │
Echo││
Echo│ Press any key to re-enter ... │
Echo││
Echo╰────────────────────────────╯
Echo.
Echo.
Echo Press any key to re-enter ...
Pause >nul
Goto Index
: Go
for/f "tokens=*"%%c in ("%ravel%") Do (
cd/d "%%~DPC"
If exist "%route%\new_%%~nxc" Attrib-s-h-r-a "%route%\new_%%~nxc"
echo author:pengfei@www.cn-dos.net> "%route%\new_%%~nxc"
for/f "tokens=*"%%i in (%%~NXC) do (
echo%%i>> "%route%\new_%%~nxc"
)
)
Cls
Echo╭──────────╮
Echo╭─────────┤ decryption Successful ├────────╮
Echo│╰──────────╯│
Echo││
Echo│ Congratulations, batch processing decryption success! │
Echo││
Echo╰────────────────────────────╯
Echo.
Echo.
Echo Press any key to exit ...
Pause >nul
Exit
Package Download Address http://www.jb51.net/softs/58660.html
BAT Encryption Tool http://www.jb51.net/bat/60445.html