-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
@echo off | ||
color 3f | ||
title 皮卡丘7ZIP压缩证书生成工具 | ||
mode con lines=20 cols=50 | ||
echo. | ||
echo. | ||
echo. | ||
echo ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ | ||
echo ▇ ▇ | ||
echo ▇ 皮卡丘7ZIP压缩证书生成工具 ▇ | ||
echo ▇ ▇ | ||
echo ▇ ***正在申请权限*** ▇ | ||
echo ▇ ▇ | ||
echo ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ | ||
echo. | ||
echo. | ||
echo ***如果提示授权,请点击【是】*** | ||
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit | ||
cd /d "%~dp0" | ||
echo "%~dp0" | ||
pause | ||
del /f /q getlist/7zip.7z | ||
cmd /c 7za.exe a getlist/7zip.7z banlist/* | ||
del /f /q temp/7za.exe | ||
del /f /q temp/生成证书压缩.bat | ||
rd temp | ||
timeout /t 5 |
Binary file not shown.
Binary file not shown.
Binary file not shown.