在同一目录下建三个文件: “版权信息.txt” 、“批处理.bat” 、“加密工具.bat”
“版权信息.txt”文件内容如下:
@@@@@@@@@@@@
南山猛虎版权所有
QQ:123456
EMail:
123456@qq.com
@@@@@@@@@@@@
此处再空两三行
再另存为 编码改为unicode 覆盖原先的 “版权信息.txt”
“批处理.bat”文件内容如下:
最前面空两三行
cls
net user
pause
保存
“加密工具.bat”文件内容如下:
copy /a 版权信息.txt + /b 批处理.bat =加密后的批处理.bat
保存
运行“加密工具.bat”
就会产生出一个“加密后的批处理.bat”
这个“加密后的批处理.bat”双击运行可以查看你的所有用户名,用文本打开“加密后的批处理.bat”查看源码却是你的版权信息和乱码。
一定要空几行,否则会出错
看不明白的看看附件里的实例
Create three files in the same directory: "Copyright Information.txt", "Batch.bat", and "Encryption Tool.bat".
The content of the "Copyright Information.txt" file is as follows:
@@@@@@@@@@@@
All rights reserved by Nanshan Tiger
QQ: 123456
EMail:
123456@qq.com
@@@@@@@@@@@@
Leave two or three lines blank here
Then save it again, change the encoding to Unicode, and overwrite the original "Copyright Information.txt".
The content of the "Batch.bat" file is as follows:
Leave two or three lines blank at the front
cls
net user
pause
Save.
The content of the "Encryption Tool.bat" file is as follows:
copy /a Copyright Information.txt + /b Batch.bat = Encrypted Batch.bat
Save
Run the "Encryption Tool.bat"
It will generate an "Encrypted Batch.bat"
Double-click the "Encrypted Batch.bat" to view all your usernames, and open the "Encrypted Batch.bat" with a text editor to see the copyright information and garbled characters.
Be sure to leave a few lines blank, otherwise it will go wrong.
If you don't understand, look at the example in the attachment.