BAT Decryption Tool _dos/bat

Source: Internet
Author: User
Tags decrypt goto

@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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.